Commit Diff


commit - 6fd37faeb4f0ada92bb3d39d26988ca60cf6e019
commit + 80d5c874ed003eaa083f73c51c56c326f37728de
blob - 525c0d7fad0c0a43f763ffecaa14b3318d19bd18
blob + 826f901dfef11db396455c27823002b078c38774
--- init.el
+++ init.el
@@ -30,7 +30,6 @@
        (cond ((eq system-type 'gnu/linux) (or (xdg-data-home) "~/.local/share"))
              ((eq system-type 'windows-nt) (getenv "APPDATA")))))
 
-(defalias 'yes-or-no-p 'y-or-n-p)
 (defadvice split-window-below (after lh/split-window-below activate)
   (other-window 1))
 (defadvice split-window-right (after lh/split-window-right activate)
@@ -213,6 +212,7 @@
  '(ring-bell-function 'ignore)
  '(scroll-conservatively 100)
  '(tab-always-indent 'complete)
+ '(use-short-answers t)
  '(warning-suppress-types '((comp))))
 (custom-set-faces
  ;; custom-set-faces was added by Custom.