Function: treemacs-workspace->create!
treemacs-workspace->create! is a byte-compiled function defined in
treemacs-workspaces.el.
Signature
(treemacs-workspace->create! &key NAME PROJECTS IS-DISABLED?)
Documentation
Constructor for objects of type treemacs-workspace.
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?)