tweak(corfu): corfu-auto-delay: 0.1 -> 0.18
At 0.1, Corfu pops up too aggressively and too often, even for fast typists. This is especially disruptive with slow backends that might block Emacs. I think 0.18-0.24 is the goldilocks zone, so I'll start with 0.18, and maybe increase it later.
This commit is contained in:
parent
544e579c44
commit
b533f5496c
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ use the minibuffer such as `query-replace'.")
|
||||||
(corfu-mode +1))))
|
(corfu-mode +1))))
|
||||||
:config
|
:config
|
||||||
(setq corfu-auto t
|
(setq corfu-auto t
|
||||||
corfu-auto-delay 0.1
|
corfu-auto-delay 0.18
|
||||||
corfu-auto-prefix 2
|
corfu-auto-prefix 2
|
||||||
global-corfu-modes '((not
|
global-corfu-modes '((not
|
||||||
erc-mode
|
erc-mode
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue