From: Ramakrishnan Muthukrishnan <ram@rkrishnan.org>
Date: Mon, 20 Oct 2014 12:11:49 +0000 (+0530)
Subject: y-or-n-p instead of yes or no
X-Git-Url: https://git.rkrishnan.org/components/com_hotproperty/simplejson/frontends/CLI.txt?a=commitdiff_plain;h=1e8e2ea96ec791eefb9002790f0e5e153be164ee;p=.emacs.d.git

y-or-n-p instead of yes or no
---

diff --git a/init.el b/init.el
index e37343e..423b41e 100644
--- 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 "")