Variable: consult-preview-excluded-buffers
consult-preview-excluded-buffers is a customizable variable defined in
consult.el.
Value
nil
Documentation
Buffers excluded from preview.
The value should conform to the predicate format demanded by the
function buffer-match-p.
Source Code
;; Defined in ~/.emacs.d/elpa/consult-20260805.1130/consult.el
(defcustom consult-preview-excluded-buffers nil
"Buffers excluded from preview.
The value should conform to the predicate format demanded by the
function `buffer-match-p'."
:type 'sexp)