Set up consult-xref if selectrum is enabled
This commit is contained in:
parent
0cdc7ec8e1
commit
a51c03900b
1 changed files with 6 additions and 0 deletions
|
@ -80,6 +80,12 @@
|
|||
(setq consult-async-input-debounce 0.5)
|
||||
(setq consult-async-input-throttle 0.8))
|
||||
|
||||
(use-package! consult-xref
|
||||
:defer t
|
||||
:init
|
||||
(setq xref-show-xrefs-function #'consult-xref
|
||||
xref-show-definitions-function #'consult-xref))
|
||||
|
||||
(use-package! consult-flycheck
|
||||
:when (featurep! :checkers syntax)
|
||||
:after (consult flycheck))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue