Minor adjustment for using corfu, so tab always tries to complete

This commit is contained in:
2023-10-17 14:01:52 +02:00
parent e66540149d
commit 8e320b2db6

View File

@@ -706,6 +706,8 @@ Now that we have package management configured we can set up defaults more easil
(initial-scratch-message "")
(minibuffer-prompt-properties '(read-only t cursor-intangible t face minibuffer-prompt))
(enable-recursive-minibuffers t)
(completion-cycle-threshold 3)
(tab-always-indent 'complete)
:hook
(minibuffer-setup . cursor-intangible-mode))
#+end_src