Variable: projectile-known-projects-file
projectile-known-projects-file is a customizable variable defined in
projectile.el.
Value
"/root/.emacs.d/projectile-bookmarks.eld"
Documentation
Name and location of the Projectile's known projects file.
Source Code
;; Defined in ~/.emacs.d/elpa/projectile-20260310.858/projectile.el
(defcustom projectile-known-projects-file
(expand-file-name "projectile-bookmarks.eld"
user-emacs-directory)
"Name and location of the Projectile's known projects file."
:group 'projectile
:type 'string)