Variable: treemacs-rename-project-functions
treemacs-rename-project-functions is a customizable variable defined
in treemacs-customization.el.
Value
nil
Documentation
Hooks to run whenever a project is renamed.
Will be called with the renamed project and the old name as its arguments.
Source Code
;; Defined in ~/.emacs.d/elpa/treemacs-20251226.1307/treemacs-customization.el
(defcustom treemacs-rename-project-functions nil
"Hooks to run whenever a project is renamed.
Will be called with the renamed project and the old name as its arguments."
:type 'hook
:group 'treemacs-hooks)