]> git.rkrishnan.org Git - .emacs.d.git/commitdiff
y-or-n-p instead of yes or no
authorRamakrishnan Muthukrishnan <ram@rkrishnan.org>
Mon, 20 Oct 2014 12:11:49 +0000 (17:41 +0530)
committerRamakrishnan Muthukrishnan <ram@rkrishnan.org>
Mon, 20 Oct 2014 12:12:04 +0000 (17:42 +0530)
init.el

diff --git a/init.el b/init.el
index e37343ec3d5c55e837aec1a8506cb95598cd18dc..423b41e27b2654894168e530b47f0ddb9bd06eea 100644 (file)
--- a/init.el
+++ b/init.el
@@ -1,6 +1,9 @@
 ;; Prevent the cursor from blinking
 (blink-cursor-mode 0)
 
+;; y-or-n instead of yes-or-no
+(defalias 'yes-or-no-p 'y-or-n-p)
+
 ;; Don't use messages that you don't rea
 (setq make-backup-files nil)
 (setq initial-scratch-message "")