Variable: projectile-known-projects-on-file
projectile-known-projects-on-file is a variable defined in
projectile.el.
Value
nil
Documentation
List of known projects reference point.
Contains a copy of projectile-known-projects(var)/projectile-known-projects(fun) when it was last
synchronized with projectile-known-projects-file.
Source Code
;; Defined in ~/.emacs.d/elpa/projectile-20260310.858/projectile.el
(defvar projectile-known-projects-on-file nil
"List of known projects reference point.
Contains a copy of `projectile-known-projects' when it was last
synchronized with `projectile-known-projects-file'.")