diff --git a/init.org b/init.org index 0cec060..aa75f88 100644 --- a/init.org +++ b/init.org @@ -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