Variable: projectile-find-dir-hook
projectile-find-dir-hook is a customizable variable defined in
projectile.el.
Value
nil
Documentation
Hooks run when a directory is opened with projectile-find-dir.
This variable was added, or its default value changed, in projectile version 0.10.0.
Source Code
;; Defined in ~/.emacs.d/elpa/projectile-20260820.1509/projectile.el
(defcustom projectile-find-dir-hook nil
"Hooks run when a directory is opened with `projectile-find-dir'."
:group 'projectile
:type 'hook
:package-version '(projectile . "0.10.0"))