From 3db96a77a77b95bd1c73a5244c4c94cc3d4f5bf8 Mon Sep 17 00:00:00 2001 From: Daneel Date: Tue, 24 Feb 2026 15:00:09 +0100 Subject: [PATCH] fix(corfu): increase auto-delay to 1s --- config.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.el b/config.el index 7dd89ca..175bbfc 100644 --- a/config.el +++ b/config.el @@ -577,7 +577,7 @@ and optional priority indicator [#A]." (after! corfu (setq corfu-auto t - corfu-auto-delay 0.15 + corfu-auto-delay 1.0 corfu-auto-prefix 2 corfu-cycle t corfu-preselect 'prompt