Function: treemacs-disabled-workspaces

treemacs-disabled-workspaces is a byte-compiled function defined in treemacs-workspaces.el.

Signature

(treemacs-disabled-workspaces)

Documentation

Return the list of all workspaces in treemacs that are disabled.

Source Code

;; Defined in ~/.emacs.d/elpa/treemacs-20251226.1307/treemacs-workspaces.el
(define-inline treemacs-disabled-workspaces ()
  "Return the list of all workspaces in treemacs that are disabled."
  (declare (side-effect-free t))
  (inline-quote treemacs--disabled-workspaces))