Variable: treemacs-post-project-refresh-functions
treemacs-post-project-refresh-functions is a customizable variable
defined in treemacs-customization.el.
Value
nil
Documentation
Hook that runs after a project was updated with treemacs-refresh.
Will be called with the new project as the sole argument.
Source Code
;; Defined in ~/.emacs.d/elpa/treemacs-20251226.1307/treemacs-customization.el
(defcustom treemacs-post-project-refresh-functions nil
"Hook that runs after a project was updated with `treemacs-refresh'.
Will be called with the new project as the sole argument."
:type 'hook
:group 'treemacs-hooks)