From 254e92937e5f4d735335acfca67a107c27bd7aad Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Thu, 18 Mar 2021 23:17:28 +0100 Subject: Allow plain "y/n" answers in emacs --- gui/conf/init.el | 1 + 1 file changed, 1 insertion(+) (limited to 'gui/conf/init.el') diff --git a/gui/conf/init.el b/gui/conf/init.el index 4187f92..efdb081 100644 --- a/gui/conf/init.el +++ b/gui/conf/init.el @@ -43,6 +43,7 @@ (setq mouse-wheel-scroll-amount '(5)) (setq mouse-wheel-progressive-speed nil) (setq fast-but-imprecise-scrolling t) +(fset 'yes-or-no-p 'y-or-n-p) (setq-default indent-tabs-mode nil) (setq-default tab-width 2) -- cgit v1.2.3