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.
Source Code
;; Defined in ~/.emacs.d/elpa/projectile-20260310.858/projectile.el
(defcustom projectile-find-dir-hook nil
"Hooks run when a directory is opened with `projectile-find-dir'."
:group 'projectile
:type 'hook)