selectrum: improve :tools lookup integration
- move `consult-xref` stuff to `:tools lookup` where it belongs - add selectrum functionality where possible, document what's beyond the scope of this PR
This commit is contained in:
parent
693eb3c9a4
commit
1fe0ad318b
4 changed files with 20 additions and 13 deletions
|
@ -178,7 +178,13 @@ Dictionary.app behind the scenes to get definitions.")
|
|||
(funcall orig-fn fetcher alist)))
|
||||
|
||||
(use-package! helm-xref
|
||||
:when (featurep! :completion helm)))
|
||||
:when (featurep! :completion helm))
|
||||
|
||||
(use-package! consult-xref
|
||||
:when (featurep! :completion selectrum)
|
||||
:init
|
||||
(setq xref-show-xrefs-function #'consult-xref
|
||||
xref-show-definitions-function #'consult-xref)))
|
||||
|
||||
|
||||
;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue