Function: treemacs--should-not-run-persistence?

treemacs--should-not-run-persistence? is a byte-compiled function defined in treemacs-persistence.el.

Signature

(treemacs--should-not-run-persistence?)

Documentation

No saving and loading in noninteractive and CI environments.

Source Code

;; Defined in ~/.emacs.d/elpa/treemacs-20251226.1307/treemacs-persistence.el
(define-inline treemacs--should-not-run-persistence? ()
  "No saving and loading in noninteractive and CI environments."
  (inline-quote (or noninteractive (getenv "CI") (null treemacs-persist-file))))