From ece3b4d46d0fb390ccb59922f630082bd2bcd708 Mon Sep 17 00:00:00 2001 From: gered Date: Tue, 3 Dec 2024 21:35:23 -0500 Subject: [PATCH] enable use-short-answers i'm sick and tired of the few cases where it forces me to type 'yes' no! --- emacs.d/ui.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/emacs.d/ui.el b/emacs.d/ui.el index 9ad3e39..a23b9a8 100644 --- a/emacs.d/ui.el +++ b/emacs.d/ui.el @@ -14,6 +14,8 @@ (setopt show-trailing-whitespace nil) (setopt indicate-buffer-boundaries 'left) +(setq use-short-answers t) + (unless (display-graphic-p) (xterm-mouse-mode 1))