Exit from Emacs with less typing.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Sat, 18 Jun 2011 10:46:07 +0300
changeset 642 6d35f95afe08
parent 641 712eec51428a
child 643 bfb236f0ef44
Exit from Emacs with less typing.
.emacs-my
--- a/.emacs-my	Sat Jun 18 10:33:22 2011 +0300
+++ b/.emacs-my	Sat Jun 18 10:46:07 2011 +0300
@@ -257,7 +257,7 @@
 (message "standart/general settings")
 
 (when (boundp 'confirm-kill-emacs)
-  (setq confirm-kill-emacs 'yes-or-no-p))
+  (setq confirm-kill-emacs 'y-or-n-p))
 
 ;; Try to speed things up, especially in VM.
 (setq gc-cons-threshold 2000000)