add small autocomplete delay

This commit is contained in:
janis 2025-09-15 21:55:36 +02:00
parent 85359ed4ad
commit d642962301
Signed by: janis
SSH key fingerprint: SHA256:bB1qbbqmDXZNT0KKD5c2Dfjg53JGhj7B3CFcLIzSqq8

View file

@ -1202,7 +1202,7 @@ Use =consult-xref= for =lsp-xref= and =xref-find-references=.
:config :config
(setq (setq
company-minimum-prefix-length 1 company-minimum-prefix-length 1
company-idle-delay 0.0)) company-idle-delay 0.1))
(use-package company-box (use-package company-box
:straight t :straight t
@ -1223,7 +1223,7 @@ Auto-completion using =corfu=:
;; Enable cycling for `corfu-next/previous' ;; Enable cycling for `corfu-next/previous'
(corfu-cycle t) (corfu-cycle t)
;; No delay ;; No delay
(corfu-auto-delay 0) (corfu-auto-delay 0.1)
;; Start when this many characters have been typed ;; Start when this many characters have been typed
(corfu-auto-prefix 1) (corfu-auto-prefix 1)
;; Short delay ;; Short delay