fix(corfu): increase auto-delay to 1s

This commit is contained in:
2026-02-24 15:00:09 +01:00
parent a984353093
commit 3db96a77a7

View File

@@ -577,7 +577,7 @@ and optional priority indicator [#A]."
(after! corfu (after! corfu
(setq corfu-auto t (setq corfu-auto t
corfu-auto-delay 0.15 corfu-auto-delay 1.0
corfu-auto-prefix 2 corfu-auto-prefix 2
corfu-cycle t corfu-cycle t
corfu-preselect 'prompt corfu-preselect 'prompt