diff options
| author | Daniel <[email protected]> | 2025-01-26 16:02:04 -0500 |
|---|---|---|
| committer | Daniel <[email protected]> | 2025-01-26 16:02:04 -0500 |
| commit | 9ab5f05dab8b8186f50cbd61c88c0fdd9e1be6b8 (patch) | |
| tree | 8cd29ebe240affaa94b5161df9659b69317b0340 /init.el | |
| parent | b2da32f3231d89dc6b99bf1fb49ea00d8888db71 (diff) | |
suspend emacs
Diffstat (limited to 'init.el')
| -rw-r--r-- | init.el | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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) |
