diff --git a/modules/tools/lookup/config.el b/modules/tools/lookup/config.el index cb795022d..0449bee7c 100644 --- a/modules/tools/lookup/config.el +++ b/modules/tools/lookup/config.el @@ -182,6 +182,7 @@ Dictionary.app behind the scenes to get definitions.") (use-package! consult-xref :when (featurep! :completion vertico) + :defer t :init (setq xref-show-xrefs-function #'consult-xref xref-show-definitions-function #'consult-xref)))