summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--user/emacs/init.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/user/emacs/init.el b/user/emacs/init.el
index 117b2bda..a0f77610 100644
--- a/user/emacs/init.el
+++ b/user/emacs/init.el
@@ -533,7 +533,8 @@ _C-k_: prev  _u_pper              _=_: upper/lower       _s_mart resolve
                   corfu-auto-prefix 3
                   corfu-on-exact-match nil
 		          corfu-preview-current nil
-                  corfu-preselect 'prompt)
+                  corfu-preselect 'prompt
+                  corfu-on-exact-match 'quit)
             (defun corfu-enable-in-minibuffer ()
               "Enable Corfu in the minibuffer if `completion-at-point' is bound."
               (when (where-is-internal #'completion-at-point (list (current-local-map)))