Variable: treemacs-workspace-edit-hook

treemacs-workspace-edit-hook is a customizable variable defined in treemacs-customization.el.

Value

nil

Documentation

Hooks to run whenever the entire workspace layout has been rebuilt.

This hook runs after treemacs-finish-edit has been called. After such an edit any number (including zero) of workspaces and projects may have been changed or created or deleted.

Source Code

;; Defined in ~/.emacs.d/elpa/treemacs-20251226.1307/treemacs-customization.el
(defcustom treemacs-workspace-edit-hook nil
  "Hooks to run whenever the entire workspace layout has been rebuilt.
This hook runs after `treemacs-finish-edit' has been called.  After such an edit
any number (including zero) of workspaces and projects may have been changed or
created or deleted."
  :type 'hook
  :group 'treemacs-hooks)