dotemacs

My Emacs configuration
git clone git://git.entf.net/dotemacs
Log | Files | Refs | LICENSE

commit 80d5c874ed003eaa083f73c51c56c326f37728de
parent 6fd37faeb4f0ada92bb3d39d26988ca60cf6e019
Author: Lukas Henkel <lh@entf.net>
Date:   Wed,  6 Apr 2022 21:00:56 +0200

use-short-answers makes this obsolete

Diffstat:
Minit.el | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/init.el b/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.