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:
Henrik Lissner 2024-03-28 10:19:46 -04:00
parent 544e579c44
commit b533f5496c
No known key found for this signature in database
GPG key ID: B60957CA074D39A3

View file

@ -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