aboutsummaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorbard <[email protected]>2024-05-02 15:48:54 -0400
committerbard <[email protected]>2024-05-02 15:48:54 -0400
commite51c6ca136edb6390cb74ed6b5a2d57fd0e7d21b (patch)
treec631cc97443ff7708e77da09e4a5a2829fdceb2a /init.el
parentbfb754bd2b58e74d194c623e2d2293597936fa5a (diff)
keybinds
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/")