From 1e8e2ea96ec791eefb9002790f0e5e153be164ee Mon Sep 17 00:00:00 2001 From: Ramakrishnan Muthukrishnan Date: Mon, 20 Oct 2014 17:41:49 +0530 Subject: [PATCH] y-or-n-p instead of yes or no --- init.el | 3 +++ 1 file changed, 3 insertions(+) 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 "") -- 2.37.2