From 5bc644d18cd3791cb44d4609aca38052e50c2f21 Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Tue, 29 Mar 2016 23:49:50 -0400 Subject: [PATCH] Suspend frame on C-z * emacs.d/emacs.org (\C-z): suspend-{emacs=>frame} This will work properly with emacsclient -t --- emacs.d/emacs.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs.d/emacs.org b/emacs.d/emacs.org index 256d580..758b2d9 100644 --- a/emacs.d/emacs.org +++ b/emacs.d/emacs.org @@ -113,7 +113,7 @@ similar to Insert mode in that most keybindings echo. #+BEGIN_SRC emacs-lisp (evil-define-key 'normal global-map ;; note that you can still return to Emacs mode in insert mode - "\C-z" 'suspend-emacs) + "\C-z" 'suspend-frame) #+END_SRC ** UI Stripping