From 4f109230243458c916a64b4069a72f6d32a3135d Mon Sep 17 00:00:00 2001 From: Janis Date: Fri, 22 Aug 2025 00:33:51 +0200 Subject: [PATCH] #' syntax for consult-xref --- init.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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