From 192f9f4587c1365c61d2d8408c530e343817311a Mon Sep 17 00:00:00 2001 From: Raphael Roberts Date: Fri, 11 Oct 2019 20:24:07 -0500 Subject: [PATCH] Changed kill-emacs to save-buffers-kill-emacs --- settings.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.org b/settings.org index 5955800..5542736 100644 --- a/settings.org +++ b/settings.org @@ -469,7 +469,7 @@ This handy function is a customized ripoff of custom-save-all #+END_SRC *** Emacs #+BEGIN_SRC emacs-lisp -(global-set-key (kbd "C-x C-k C-x C-k") 'kill-emacs) + (global-set-key (kbd "C-x C-k C-x C-k") 'save-buffers-kill-emacs) #+END_SRC ** Lispy #+BEGIN_SRC emacs-lisp