Variable: treemacs-workspace-first-found-functions
treemacs-workspace-first-found-functions is a customizable variable
defined in treemacs-customization.el.
Value
nil
Documentation
Hooks that run when treemacs finds a workspace for the first time.
Hooks are expected to take 2 arguments: the workspace that was found and the current scope (frame or perspective) it was found for.
Source Code
;; Defined in ~/.emacs.d/elpa/treemacs-20251226.1307/treemacs-customization.el
(defcustom treemacs-workspace-first-found-functions nil
"Hooks that run when treemacs finds a workspace for the first time.
Hooks are expected to take 2 arguments: the workspace that was found and the
current scope (frame or perspective) it was found for."
:type 'hook
:group 'treemacs-hooks)