projects
/
.emacs.d.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d4d87a
)
y-or-n-p instead of yes or no
author
Ramakrishnan Muthukrishnan
<ram@rkrishnan.org>
Mon, 20 Oct 2014 12:11:49 +0000
(17:41 +0530)
committer
Ramakrishnan Muthukrishnan
<ram@rkrishnan.org>
Mon, 20 Oct 2014 12:12:04 +0000
(17:42 +0530)
init.el
patch
|
blob
|
history
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 "")