Variable: treemacs--git-mode
treemacs--git-mode is a variable defined in treemacs-async.el.
Value
nil
Documentation
Saves the specific version of git-mode that is active.
Values are either simple, extended, deferred or nil.
Source Code
;; Defined in ~/.emacs.d/elpa/treemacs-20251226.1307/treemacs-async.el
(defvar treemacs--git-mode nil
"Saves the specific version of git-mode that is active.
Values are either `simple', `extended', `deferred' or nil.")