Function: treemacs--maybe-load-workspaces

treemacs--maybe-load-workspaces is a byte-compiled function defined in treemacs-persistence.el.

Signature

(treemacs--maybe-load-workspaces)

Documentation

First load of the workspaces, if it hasn't happened already.

Source Code

;; Defined in ~/.emacs.d/elpa/treemacs-20251226.1307/treemacs-persistence.el
(define-inline treemacs--maybe-load-workspaces ()
  "First load of the workspaces, if it hasn't happened already."
  (inline-quote
   (unless (get 'treemacs :state-is-restored)
     (treemacs--restore)
     (put 'treemacs :state-is-restored t))))