Function: treemacs--non-simple-git-mode-enabled
treemacs--non-simple-git-mode-enabled is a byte-compiled function
defined in treemacs-async.el.
Signature
(treemacs--non-simple-git-mode-enabled)
Documentation
Indicate whether a version of git-mode is enabled that affects directories.
Source Code
;; Defined in ~/.emacs.d/elpa/treemacs-20251226.1307/treemacs-async.el
(defun treemacs--non-simple-git-mode-enabled ()
"Indicate whether a version of git-mode is enabled that affects directories."
(declare (side-effect-free t))
(memq treemacs--git-mode '(deferred extended)))