Function: treemacs--should-not-run-persistence?--inliner
treemacs--should-not-run-persistence?--inliner is a function defined
in treemacs-persistence.el.
Signature
(treemacs--should-not-run-persistence?--inliner INLINE--FORM)
Source Code
;; Defined in ~/.emacs.d/elpa/treemacs-20251226.1307/treemacs-persistence.el
;; Closure converted to defun by helpful.
(defun treemacs--should-not-run-persistence\?--inliner
(inline--form)
(ignore inline--form)
(catch 'inline--just-use
(list 'or 'noninteractive
(list 'getenv "CI")
(list 'null 'treemacs-persist-file))))