From f39578acf3aa1542a8fd2672228d70a846f2199b Mon Sep 17 00:00:00 2001 From: James Cherti <60946298+jamescherti@users.noreply.github.com> Date: Fri, 14 Feb 2025 07:35:14 -0500 Subject: [PATCH] Add read-answer-short --- init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/init.el b/init.el index a1cf230..56e378c 100644 --- a/init.el +++ b/init.el @@ -63,6 +63,7 @@ (setq idle-update-delay 1.0) ;; Allow for shorter responses: "y" for yes and "n" for no. +(setq read-answer-short t) (if (boundp 'use-short-answers) (setq use-short-answers t) (advice-add #'yes-or-no-p :override #'y-or-n-p))