Variable: consult-source-project-recent-file-hidden

consult-source-project-recent-file-hidden is a variable defined in consult.el.

Value

(:hidden t :narrow
	 ((112 . "Project")
	  (70 . "Project File"))
	 :name "Project File" :narrow 102 :category file :face consult-file :history file-name-history :state consult--file-state :new
	 #[257 "\300\301\302 \"!\207"
	       [consult--file-action expand-file-name consult--project-root]
	       5 "\n\n(fn FILE)"]
	 :enabled
	 #[0 "\205�	\207"
	     [consult-project-function recentf-mode]
	     1]
	 :items
	 #[0 "\302 \211\205Y�\211G\303 \304\305\300!\205�\211\203S�\211@\211\306H\307=\204(�\304\310!)\262\311\"\204L�\312\"\203L�\211\304O\211\313\232\203D�\314\262\211BB\262\210A\266\202\202�\237\262\266\203\207"
	     [recentf-list file-name-handler-alist consult--project-root consult--buffer-file-hash nil boundp 0 47 expand-file-name gethash string-prefix-p "" "./"]
	     9])

Documentation

Like consult-source-project-recent-file but hidden by default.

Source Code

;; Defined in ~/.emacs.d/elpa/consult-20260805.1130/consult.el
(defvar consult-source-project-recent-file-hidden
  `( :hidden t :narrow ((?p . "Project") (?F . "Project File"))
     ,@consult-source-project-recent-file)
  "Like `consult-source-project-recent-file' but hidden by default.")