mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Fix 'simple mode for +treemacs-use-git-mode
Due to pattern mismatch, 'simple mode was never activated.
This commit is contained in:
@ -24,7 +24,7 @@
|
|||||||
(pcase (cons (not (null (executable-find "git")))
|
(pcase (cons (not (null (executable-find "git")))
|
||||||
(not (null (executable-find "python3"))))
|
(not (null (executable-find "python3"))))
|
||||||
(`(t . t) 'extended)
|
(`(t . t) 'extended)
|
||||||
(`(t . _) 'simple))
|
(`(t) 'simple))
|
||||||
"Type of git integration for `treemacs-git-mode'.
|
"Type of git integration for `treemacs-git-mode'.
|
||||||
There are 2 possible values:
|
There are 2 possible values:
|
||||||
1) simple, which highlights only files based on their git status, and is
|
1) simple, which highlights only files based on their git status, and is
|
||||||
|
Reference in New Issue
Block a user