Function: treemacs-project-p
treemacs-project-p is a byte-compiled function defined in
treemacs-workspaces.el.
Signature
(treemacs-project-p CL-X)
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?)