Update xref defaults
This commit is contained in:
6
init.el
6
init.el
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user