mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -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")))
|
||||
(not (null (executable-find "python3"))))
|
||||
(`(t . t) 'extended)
|
||||
(`(t . _) 'simple))
|
||||
(`(t) 'simple))
|
||||
"Type of git integration for `treemacs-git-mode'.
|
||||
There are 2 possible values:
|
||||
1) simple, which highlights only files based on their git status, and is
|
||||
|
Reference in New Issue
Block a user