mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Set up consult-xref if selectrum is enabled
This commit is contained in:
committed by
Itai Y. Efrat
parent
0cdc7ec8e1
commit
a51c03900b
@ -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))
|
||||
|
Reference in New Issue
Block a user