mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-07 12:47:30 -05:00
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:
@ -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
|
||||||
|
Reference in New Issue
Block a user