Function: treemacs-project->create!

treemacs-project->create! is a byte-compiled function defined in treemacs-workspaces.el.

Signature

(treemacs-project->create! &key NAME PATH PATH-STATUS IS-DISABLED?)

Documentation

Constructor for objects of type treemacs-project.

Source Code

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