Add read-answer-short
This commit is contained in:
1
init.el
1
init.el
@@ -63,6 +63,7 @@
|
|||||||
(setq idle-update-delay 1.0)
|
(setq idle-update-delay 1.0)
|
||||||
|
|
||||||
;; Allow for shorter responses: "y" for yes and "n" for no.
|
;; Allow for shorter responses: "y" for yes and "n" for no.
|
||||||
|
(setq read-answer-short t)
|
||||||
(if (boundp 'use-short-answers)
|
(if (boundp 'use-short-answers)
|
||||||
(setq use-short-answers t)
|
(setq use-short-answers t)
|
||||||
(advice-add #'yes-or-no-p :override #'y-or-n-p))
|
(advice-add #'yes-or-no-p :override #'y-or-n-p))
|
||||||
|
|||||||
Reference in New Issue
Block a user