diff --git a/layers/+filetree/treemacs/config.el b/layers/+filetree/treemacs/config.el index bfcf685b2..c65e30ae0 100644 --- a/layers/+filetree/treemacs/config.el +++ b/layers/+filetree/treemacs/config.el @@ -21,13 +21,9 @@ Possible values are: - `Frames' - to scope treemacs to the current frame - `Perspectives' - to scope treemacs in conjunction with `persp-mode'.") -(defvar treemacs-use-git-mode - (pcase (cons (not (null (executable-find "git"))) - (not (null (executable-find "python3")))) - (`(t . t) 'deferred) - (`(t . _) 'simple)) +(defvar treemacs-use-git-mode nil "Type of git integration for `treemacs-git-mode'. -There are 2 possible values: +There are 3 possible values: 1) simple, which highlights only files based on their git status, and is slightly faster 2) extended, which highlights both files and directories, but requires python