From d642962301f6fe571865987bc467deb1dd76320c Mon Sep 17 00:00:00 2001 From: janis Date: Mon, 15 Sep 2025 21:55:36 +0200 Subject: [PATCH] add small autocomplete delay --- init.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init.org b/init.org index 3da51e9..a3a961c 100644 --- a/init.org +++ b/init.org @@ -1202,7 +1202,7 @@ Use =consult-xref= for =lsp-xref= and =xref-find-references=. :config (setq company-minimum-prefix-length 1 - company-idle-delay 0.0)) + company-idle-delay 0.1)) (use-package company-box :straight t @@ -1223,7 +1223,7 @@ Auto-completion using =corfu=: ;; Enable cycling for `corfu-next/previous' (corfu-cycle t) ;; No delay - (corfu-auto-delay 0) + (corfu-auto-delay 0.1) ;; Start when this many characters have been typed (corfu-auto-prefix 1) ;; Short delay