Variable: projectile-grep-finished-hook
projectile-grep-finished-hook is a customizable variable defined in
projectile.el.
Value
nil
Documentation
Hooks run when projectile-grep finishes.
This variable was added, or its default value changed, in projectile version 0.14.0.
Source Code
;; Defined in ~/.emacs.d/elpa/projectile-20260310.858/projectile.el
(defcustom projectile-grep-finished-hook nil
"Hooks run when `projectile-grep' finishes."
:group 'projectile
:type 'hook
:package-version '(projectile . "0.14.0"))