Variable: treemacs-delete-project-functions

treemacs-delete-project-functions is a customizable variable defined in treemacs-customization.el.

Value

nil

Documentation

Hooks to run whenever a project is deleted.

Will be called with the deleted project as the sole argument *after* it has been deleted.

Source Code

;; Defined in ~/.emacs.d/elpa/treemacs-20251226.1307/treemacs-customization.el
(defcustom treemacs-delete-project-functions nil
  "Hooks to run whenever a project is deleted.
Will be called with the deleted project as the sole argument *after* it has been
deleted."
  :type 'hook
  :group 'treemacs-hooks)