From 9ab5f05dab8b8186f50cbd61c88c0fdd9e1be6b8 Mon Sep 17 00:00:00 2001 From: Daniel <89086143+BardofSprites@users.noreply.github.com> Date: Sun, 26 Jan 2025 16:02:04 -0500 Subject: suspend emacs --- init.el | 3 +++ 1 file changed, 3 insertions(+) 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) -- cgit v1.2.3