projects
/
emacs-init.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
a3cc80e
)
confirm exit when hitting C-x C-c
Stefan Bund [Fri, 13 Oct 2017 11:00:29 +0000 (13:00 +0200)]
setup/bindings.el
patch
|
blob
|
history
diff --git
a/setup/bindings.el
b/setup/bindings.el
index
25cab3f
..
8e4e79c
100644
(file)
--- a/
setup/bindings.el
+++ b/
setup/bindings.el
@@
-38,3
+38,5
@@
(message "whitespace: %s" mode))
(global-set-key "\C-c' " 'toggle-whitespace-mode)
+
+(setq confirm-kill-emacs 'yes-or-no-p)