aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--init.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/init.el b/init.el
index 464cfd0..f830901 100644
--- a/init.el
+++ b/init.el
@@ -30,6 +30,9 @@
(global-set-key (kbd "C-z") nil)
(global-set-key (kbd "M-z") nil)
+(global-set-key (kbd "C-z C-z") #'suspend-emacs)
+
+
;; Add the directories to the load path
(mapc
(lambda (string)