Variable: consult-preview-excluded-files
consult-preview-excluded-files is a customizable variable defined in
consult.el.
Value
("\\`/[^/|:]+:" "\\.gpg\\'")
Documentation
List of regexps matched against names of files, which are not previewed.
Source Code
;; Defined in ~/.emacs.d/elpa/consult-20260805.1130/consult.el
(defcustom consult-preview-excluded-files
;; Do not preview remote and gpg files
'("\\`/[^/|:]+:" "\\.gpg\\'")
"List of regexps matched against names of files, which are not previewed."
:type '(repeat regexp))