Variable: consult-source-project-root-hidden

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

Value

(:hidden t :narrow
	 ((112 . "Project")
	  (82 . "Project Root"))
	 :name "Project Root" :narrow 114 :category file :face consult-file :history file-name-history :action
	 #[257 "\211\301\302!)\207"
	       [default-directory call-interactively find-file]
	       3 "\n\n(fn ROOT)"]
	 :items consult--project-known-roots)

Documentation

Like consult-source-project-root but hidden by default.

Source Code

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