Variable: consult-project-buffer-sources
consult-project-buffer-sources is a customizable variable defined in
consult.el.
Value
(consult-source-project-buffer consult-source-project-recent-file
consult-source-project-root)
Documentation
Sources used by consult-project-buffer.
See also consult-buffer-sources.
See consult--multi for a description of the source data structure.
Source Code
;; Defined in ~/.emacs.d/elpa/consult-20260805.1130/consult.el
(defcustom consult-project-buffer-sources
'(consult-source-project-buffer
consult-source-project-recent-file
consult-source-project-root)
"Sources used by `consult-project-buffer'.
See also `consult-buffer-sources'.
See `consult--multi' for a description of the source data structure."
:type '(repeat symbol))