~edwargix/emacs.d

d04936e09020e5e0f2b4676b67652855e4d3c278 — David Florness 7 years ago e836b52
C-x C-c always fully kills Emacs

After asking to save buffers, of course
1 files changed, 5 insertions(+), 0 deletions(-)

M lisp/setup-keys.el
M lisp/setup-keys.el => lisp/setup-keys.el +5 -0
@@ 49,5 49,10 @@
	       ("<ret>" . evil-org-return))))


;;; I don't always know where my frames are, and I want a way to kill
;;; Emacs 100% of the time
(global-set-key (kbd "C-x C-c") 'save-buffers-kill-emacs)


(provide 'setup-keys)
;;; setup-keys.el ends here