Variable: projectile-most-recent-project
projectile-most-recent-project is a variable defined in projectile.el.
Value
nil
Documentation
Root of the project that was current before the most recent project switch.
Updated by projectile-switch-project-by-name, so it only tracks
switches made through Projectile's switch-project commands (not project
changes that happen merely by visiting a file or buffer in another
project). Use projectile-switch-to-most-recent-project to jump to it.
Source Code
;; Defined in ~/.emacs.d/elpa/projectile-20260820.1509/projectile.el
(defvar projectile-most-recent-project nil
"Root of the project that was current before the most recent project switch.
Updated by `projectile-switch-project-by-name', so it only tracks
switches made through Projectile's switch-project commands (not project
changes that happen merely by visiting a file or buffer in another
project). Use `projectile-switch-to-most-recent-project' to jump to it.")