diff options
| -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) |
