Variable: consult-xref--preview

consult-xref--preview is a variable defined in consult-xref.el.

Value

(xref-buffer-location xref-file-location xref-etags-location)

Documentation

Only the xref types listed here are previewed.

Source Code

;; Defined in ~/.emacs.d/elpa/consult-20260805.1130/consult-xref.el
(defvar consult-xref--preview
  '(xref-buffer-location xref-file-location xref-etags-location)
  "Only the xref types listed here are previewed.")