Function: treemacs-workspaces
treemacs-workspaces is a byte-compiled function defined in
treemacs-workspaces.el.
Signature
(treemacs-workspaces)
Documentation
Return the list of all workspaces in treemacs.
Source Code
;; Defined in ~/.emacs.d/elpa/treemacs-20251226.1307/treemacs-workspaces.el
(define-inline treemacs-workspaces ()
"Return the list of all workspaces in treemacs."
(declare (side-effect-free t))
(inline-quote treemacs--workspaces))