summary refs log tree commit diff stats
path: root/emacs/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/init.el')
-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))