commit e32ac01331cb28a61afc64e6e2ee2d9c1440cd33
parent 5619167e8bc46868fcb25c4e789ae1aefbebc5d8
Author: dwrz <dwrz@dwrz.net>
Date: Wed, 20 Dec 2023 03:26:33 +0000
Update Emacs init
Diffstat:
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/emacs/init.el b/emacs/init.el
@@ -199,12 +199,14 @@
(use-package consult-notmuch :defer t :ensure t)
(use-package corfu
- :bind (:map corfu-map ("RET" . nil))
+ :bind (:map corfu-map ("RET" . nil)
+ ("C-<tab>" . corfu-quit))
:custom
(corfu-auto t)
(corfu-auto-delay 0.1)
(corfu-auto-prefix 2)
(corfu-cycle t)
+ (corfu-quit-no-match t)
(corfu-scroll-margin 0)
:ensure t
:hook (corfu-mode . corfu-popupinfo-mode)