Update xref defaults

This commit is contained in:
James Cherti
2025-02-10 14:37:32 -05:00
parent a630262c83
commit 044d0cffa6

View File

@@ -524,4 +524,10 @@
" " (mode 18 18 :left :elide) " " filename-and-process) " " (mode 18 18 :left :elide) " " filename-and-process)
(mark " " (name 16 -1) " " filename))) (mark " " (name 16 -1) " " filename)))
;;; xref
;; Enable completion in the minibuffer instead of the definitions buffer
(setq xref-show-definitions-function #'xref-show-definitions-completing-read
xref-show-xrefs-function #'xref-show-definitions-completing-read)
;;; init.el ends here ;;; init.el ends here