Variable: projectile-after-switch-project-hook

projectile-after-switch-project-hook is a customizable variable defined in projectile.el.

Value

nil

Documentation

Hooks run right after project is switched.

Source Code

;; Defined in ~/.emacs.d/elpa/projectile-20260310.858/projectile.el
(defcustom projectile-after-switch-project-hook nil
  "Hooks run right after project is switched."
  :group 'projectile
  :type 'hook)