diff --git a/modules/ui/treemacs/config.el b/modules/ui/treemacs/config.el index 7e6f399e0..4deff39f0 100644 --- a/modules/ui/treemacs/config.el +++ b/modules/ui/treemacs/config.el @@ -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