summaryrefslogtreecommitdiff
path: root/.emacs.d
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-08-11 17:11:29 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-08-11 17:11:29 -0700
commitb42b9fb5cd20e9ef5b512e40d1d5e36007245700 (patch)
tree062a127212209a6fbc728ca7454f856613c0714d /.emacs.d
parent3a0235b0a555fdf1b0c95c28ebe740697c9b6687 (diff)
downloaddotfiles-b42b9fb5cd20e9ef5b512e40d1d5e36007245700.tar.gz
use use-short-answers
Diffstat (limited to '.emacs.d')
-rw-r--r--.emacs.d/init-spw.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.d/init-spw.el b/.emacs.d/init-spw.el
index ba12510e..107385b2 100644
--- a/.emacs.d/init-spw.el
+++ b/.emacs.d/init-spw.el
@@ -243,7 +243,7 @@ something which should happen just once."
;; `mouse-avoidance-mode' tends to be more annoying than helpful)
(setq make-pointer-invisible t)
-(fset 'yes-or-no-p #'y-or-n-p)
+(setq use-short-answers t)
(setq confirm-kill-emacs #'y-or-n-p)