Variable: projectile-before-switch-project-hook
projectile-before-switch-project-hook is a customizable variable
defined in projectile.el.
Value
nil
Documentation
Hooks run right before project is switched.
This variable was added, or its default value changed, in projectile version 0.13.0.
Source Code
;; Defined in ~/.emacs.d/elpa/projectile-20260820.1509/projectile.el
(defcustom projectile-before-switch-project-hook nil
"Hooks run right before project is switched."
:group 'projectile
:type 'hook
:package-version '(projectile . "0.13.0"))