Variable: projectile-frecency-file
projectile-frecency-file is a customizable variable defined in
projectile.el.
Value
"~/.emacs.d/projectile-frecency.eld"
Documentation
File where Projectile persists the per-project file visit history.
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-frecency-file
(locate-user-emacs-file "projectile-frecency.eld")
"File where Projectile persists the per-project file visit history."
:group 'projectile
:type 'file
:package-version '(projectile . "3.4.0"))