Function: treemacs-workspace->is-disabled?

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

Signature

(treemacs-workspace->is-disabled? treemacs-workspace->is-disabled? X)

Documentation

Access slot "is-disabled?" of treemacs-workspace struct X.

Source Code

;; Defined in ~/.emacs.d/elpa/treemacs-20251226.1307/treemacs-workspaces.el
(cl-defstruct (treemacs-workspace
               (:conc-name treemacs-workspace->)
               (:constructor treemacs-workspace->create!))
  name
  projects
  is-disabled?)