Variable: projectile-find-file-hook
projectile-find-file-hook is a customizable variable defined in
projectile.el.
Value
nil
Documentation
Hooks run when a file is opened with projectile-find-file.
Source Code
;; Defined in ~/.emacs.d/elpa/projectile-20260310.858/projectile.el
(defcustom projectile-find-file-hook nil
"Hooks run when a file is opened with `projectile-find-file'."
:group 'projectile
:type 'hook)