#' syntax for consult-xref

This commit is contained in:
Janis 2025-08-22 00:33:51 +02:00
parent df9af24dfd
commit 4f10923024

View file

@ -1136,8 +1136,8 @@ Use =consult-xref= for =lsp-xref= and =xref-find-references=.
("C-x b" . consult-buffer)
("M-g g" . consult-goto-line))
:init
(setq xref-show-xrefs-function 'consult-xref
xref-show-definitions-function 'consult-xref)
(setq xref-show-xrefs-function #'consult-xref
xref-show-definitions-function #'consult-xref)
:config
())
#+end_src