Load consult after selectrum

This commit is contained in:
Jeremy Dormitzer 2022-04-02 14:28:04 -04:00
parent 235364808e
commit 49e22f011a

View File

@ -131,6 +131,7 @@ targets."
;; Consult adds a bunch of completing-read based utilities ;; Consult adds a bunch of completing-read based utilities
(use-package consult (use-package consult
:after selectrum
:commands (consult-xref) :commands (consult-xref)
:init :init
(setq xref-show-xrefs-function #'consult-xref (setq xref-show-xrefs-function #'consult-xref