Function: treemacs--maybe-load-workspaces--inliner

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

Signature

(treemacs--maybe-load-workspaces--inliner INLINE--FORM)

Source Code

;; Defined in ~/.emacs.d/elpa/treemacs-20251226.1307/treemacs-persistence.el
;; Closure converted to defun by helpful.
(defun treemacs--maybe-load-workspaces--inliner
    (inline--form)
  (ignore inline--form)
  (catch 'inline--just-use
    (list 'unless
	  (list 'get
		(list 'quote 'treemacs)
		:state-is-restored)
	  (list 'treemacs--restore)
	  (list 'put
		(list 'quote 'treemacs)
		:state-is-restored t))))