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
|
: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
|
||||||
|
|
Loading…
Reference in a new issue