all repos — nixfiles @ 6741fa31da1ac4d2e14114fdf2a3d6d841ac6962

System and user configuration, managed by nix and home-manager

Emacs: Unbind more unhelpful Mac keybindings

Alan Pearce
commit

6741fa31da1ac4d2e14114fdf2a3d6d841ac6962

parent

c57093f28708a30b9720221532db80a9446bba77

1 file changed, 3 insertions(+), 0 deletions(-)

jump to
M emacs/init.elemacs/init.el
@@ -498,7 +498,10 @@ (unbind-key "C-x C-c")
(bind-key "C-c i" #'ucs-insert) +(unbind-key "s-h") (unbind-key "s-n") +(unbind-key "s-p") +(unbind-key "s-w") (bind-key "s-x" (define-prefix-command 'super-x-map))