all repos — archive/dotfiles @ 07522b7ea7a158949cb24ecce2ebcf3084fe5b67

Superseded by nixfiles

Emacs: Unbind more unhelpful Mac keybindings
Alan Pearce alan@bulbstudios.com
Wed, 28 Aug 2013 16:33:18 +0100
commit

07522b7ea7a158949cb24ecce2ebcf3084fe5b67

parent

17147f0bb602a34f7b1cb669718813339fa21400

1 files 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))