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

This commit is contained in:
Gergely Polonkai 2023-10-17 14:01:52 +02:00
parent e66540149d
commit 8e320b2db6
No known key found for this signature in database
GPG Key ID: 2D2885533B869ED4
1 changed files with 2 additions and 0 deletions

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