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.
Source Code
;; Defined in ~/.emacs.d/elpa/projectile-20260310.858/projectile.el
(defcustom projectile-before-switch-project-hook nil
"Hooks run right before project is switched."
:group 'projectile
:type 'hook)