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.
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-file-hook nil
"Hooks run when a file is opened with `projectile-find-file'."
:group 'projectile
:type 'hook
:package-version '(projectile . "0.10.0"))