summary refs log tree commit diff stats
path: root/emacs
diff options
context:
space:
mode:
authorAlan Pearce2013-08-28 16:33:18 +0100
committerAlan Pearce2013-08-28 16:38:15 +0100
commit6741fa31da1ac4d2e14114fdf2a3d6d841ac6962 (patch)
tree7f2f23429be90febfed1513f05adeda958b1ad6f /emacs
parentc57093f28708a30b9720221532db80a9446bba77 (diff)
downloaddotfiles-6741fa31da1ac4d2e14114fdf2a3d6d841ac6962.tar.lz
dotfiles-6741fa31da1ac4d2e14114fdf2a3d6d841ac6962.tar.zst
dotfiles-6741fa31da1ac4d2e14114fdf2a3d6d841ac6962.zip
Emacs: Unbind more unhelpful Mac keybindings
Diffstat (limited to 'emacs')
-rw-r--r--emacs/init.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/emacs/init.el b/emacs/init.el
index 1b7b495..b445c1e 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -498,7 +498,10 @@ Values: `desktop', `server', `laptop'")
 
 (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))