aboutsummaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorDaniel <[email protected]>2025-01-26 16:02:04 -0500
committerDaniel <[email protected]>2025-01-26 16:02:04 -0500
commit9ab5f05dab8b8186f50cbd61c88c0fdd9e1be6b8 (patch)
tree8cd29ebe240affaa94b5161df9659b69317b0340 /init.el
parentb2da32f3231d89dc6b99bf1fb49ea00d8888db71 (diff)
suspend emacs
Diffstat (limited to 'init.el')
-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)