add small autocomplete delay
This commit is contained in:
parent
85359ed4ad
commit
d642962301
4
init.org
4
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
|
||||
|
|
Loading…
Reference in a new issue