selectrum: use default values for consult async timers
unclear why `consult-async-input-(debounce|throttle)` were set to custom higher values in the first place.
This commit is contained in:
parent
53e2c32a69
commit
3283acbde9
1 changed files with 1 additions and 3 deletions
|
@ -92,9 +92,7 @@
|
||||||
(setq consult-project-root-function #'doom-project-root
|
(setq consult-project-root-function #'doom-project-root
|
||||||
completion-in-region-function #'consult-completion-in-region
|
completion-in-region-function #'consult-completion-in-region
|
||||||
consult-narrow-key "<"
|
consult-narrow-key "<"
|
||||||
consult-line-numbers-widen t
|
consult-line-numbers-widen t)
|
||||||
consult-async-input-debounce 0.5
|
|
||||||
consult-async-input-throttle 0.8)
|
|
||||||
(consult-customize
|
(consult-customize
|
||||||
consult-ripgrep consult-git-grep consult-grep
|
consult-ripgrep consult-git-grep consult-grep
|
||||||
consult-bookmark consult-recent-file
|
consult-bookmark consult-recent-file
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue