#' syntax for consult-xref
This commit is contained in:
parent
df9af24dfd
commit
4f10923024
4
init.org
4
init.org
|
@ -1136,8 +1136,8 @@ Use =consult-xref= for =lsp-xref= and =xref-find-references=.
|
||||||
("C-x b" . consult-buffer)
|
("C-x b" . consult-buffer)
|
||||||
("M-g g" . consult-goto-line))
|
("M-g g" . consult-goto-line))
|
||||||
:init
|
:init
|
||||||
(setq xref-show-xrefs-function 'consult-xref
|
(setq xref-show-xrefs-function #'consult-xref
|
||||||
xref-show-definitions-function 'consult-xref)
|
xref-show-definitions-function #'consult-xref)
|
||||||
:config
|
:config
|
||||||
())
|
())
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
Loading…
Reference in a new issue