Variable: treemacs-switch-workspace-hook
treemacs-switch-workspace-hook is a customizable variable defined in
treemacs-customization.el.
Value
nil
Documentation
Hooks to run whenever the workspace is changed.
The current workspace will be available as treemacs-current-workspace.
Source Code
;; Defined in ~/.emacs.d/elpa/treemacs-20251226.1307/treemacs-customization.el
(defcustom treemacs-switch-workspace-hook nil
"Hooks to run whenever the workspace is changed.
The current workspace will be available as `treemacs-current-workspace'."
:type 'hook
:group 'treemacs-hooks)