Variable: treemacs-delete-workspace-functions

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

Value

nil

Documentation

Hooks to run whenever a workspace is deleted.

Will be called with the deleted workspace 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-workspace-functions nil
  "Hooks to run whenever a workspace is deleted.
Will be called with the deleted workspace as the sole argument *after* it has
been deleted."
  :type 'hook
  :group 'treemacs-hooks)