Variable: projectile-known-projects-file
projectile-known-projects-file is a customizable variable defined in
projectile.el.
Value
"~/.emacs.d/projectile-bookmarks.eld"
Documentation
Name and location of the Projectile's known projects file.
Resolved with locate-user-emacs-file\=, so it lands beside the rest of
your Emacs state wherever that is - including ~/.config/emacs\= for a
configuration kept there, which a hand-rolled user-emacs-directory\=
path would have missed.
This variable was added, or its default value changed, in projectile version 3.4.0.
Source Code
;; Defined in ~/.emacs.d/elpa/projectile-20260820.1509/projectile.el
(defcustom projectile-known-projects-file
(locate-user-emacs-file "projectile-bookmarks.eld")
"Name and location of the Projectile's known projects file.
Resolved with `locate-user-emacs-file\\=', so it lands beside the rest of
your Emacs state wherever that is - including `~/.config/emacs\\=' for a
configuration kept there, which a hand-rolled `user-emacs-directory\\='
path would have missed."
:group 'projectile
:type 'file
:package-version '(projectile . "3.4.0"))