summaryrefslogtreecommitdiff
path: root/basic.el
diff options
context:
space:
mode:
Diffstat (limited to 'basic.el')
-rw-r--r--basic.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/basic.el b/basic.el
index 0715aea..8a3b12f 100644
--- a/basic.el
+++ b/basic.el
@@ -207,6 +207,10 @@ window, then also delete the selected window."
(define-key global-map (vector ?\M-y) #'yank-pop)
(define-key global-map (vector ?\C-\M-y) #'yank-complete)
+;;; disable C-z. That has been constantly annoying.
+
+(define-key global-map (vector ?\C-z) #'intentionally-disabled-bind)
+
;;; Repeating pops
;;;###autoload