aboutsummaryrefslogtreecommitdiff
path: root/home/.emacs.d/init.el
diff options
context:
space:
mode:
authorJakob Odersky <jodersky@gmail.com>2015-10-03 11:13:27 -0700
committerJakob Odersky <jodersky@gmail.com>2015-10-03 11:13:27 -0700
commit010c3499fab757678355b4950e29d63a075272b1 (patch)
tree74ba5d84375d648c707a3f0387387cca2adae95d /home/.emacs.d/init.el
parent9c544c3ef1dc2ed734424938159a48baff5bf3bd (diff)
downloaddotfiles-010c3499fab757678355b4950e29d63a075272b1.tar.gz
dotfiles-010c3499fab757678355b4950e29d63a075272b1.tar.bz2
dotfiles-010c3499fab757678355b4950e29d63a075272b1.zip
answer y/n for any questions
Diffstat (limited to 'home/.emacs.d/init.el')
-rw-r--r--home/.emacs.d/init.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/home/.emacs.d/init.el b/home/.emacs.d/init.el
index 45ba791..2a16493 100644
--- a/home/.emacs.d/init.el
+++ b/home/.emacs.d/init.el
@@ -19,5 +19,8 @@
;; font
(set-face-attribute 'default nil :height 110); value is in 1/10pt, so 100 will give you 10pt, etc.
+;; uniform questions
+(defalias 'yes-or-no-p 'y-or-n-p)
+
;;; Other configuration
(mapc 'load (file-expand-wildcards "~/.emacs.d/config/*.el"))