aboutsummaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/init.el b/init.el
index 79f95e6..bd6271a 100644
--- a/init.el
+++ b/init.el
@@ -27,6 +27,7 @@
;; fix keymap
(global-set-key (kbd "C-z") nil)
+(global-set-key (kbd "M-z") nil)
;; Add the directories to the load path
(add-to-list 'load-path "~/.emacs.d/elisp/")