summaryrefslogtreecommitdiff
path: root/.emacs.d/init.el
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/init.el')
-rw-r--r--.emacs.d/init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index f8f37b2..4310b48 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -44,7 +44,7 @@
(define-key global-map (kbd "M-<backspace>") 'backward-kill-sexp)
(define-key global-map (kbd "C-c L") 'display-line-numbers-mode)
-
+(define-key global-map (kbd "C-z") 'nil)
(add-to-list 'load-path "~/.emacs.d/modules")
(setf disabled-command-function nil ;; Enable all commands