Variable: projectile-switch-project-action
projectile-switch-project-action is a customizable variable defined in
projectile.el.
Value
projectile-find-file
Documentation
Action invoked after switching projects with projectile-switch-project.
Any function that does not take arguments will do.
Source Code
;; Defined in ~/.emacs.d/elpa/projectile-20260310.858/projectile.el
(defcustom projectile-switch-project-action 'projectile-find-file
"Action invoked after switching projects with `projectile-switch-project'.
Any function that does not take arguments will do."
:group 'projectile
:type 'function)