From 72fba5d6271cc0cae66a4f243ab70ea307222221 Mon Sep 17 00:00:00 2001 From: Vincent Zhang Date: Fri, 10 May 2019 17:49:52 +0800 Subject: [PATCH] Update treemacs. --- lisp/init-treemacs.el | 33 ++------------------------------- 1 file changed, 2 insertions(+), 31 deletions(-) diff --git a/lisp/init-treemacs.el b/lisp/init-treemacs.el index 4b086d0ff..ca3e04210 100644 --- a/lisp/init-treemacs.el +++ b/lisp/init-treemacs.el @@ -88,42 +88,13 @@ (treemacs-follow-mode t) (treemacs-filewatch-mode t) - (treemacs-fringe-indicator-mode t) + ;; (treemacs-fringe-indicator-mode t) (pcase (cons (not (null (executable-find "git"))) (not (null (executable-find "python3")))) (`(t . t) (treemacs-git-mode 'deferred)) (`(t . _) - (treemacs-git-mode 'simple))) - - (if (fboundp 'define-fringe-bitmap) - (define-fringe-bitmap 'treemacs--fringe-indicator-bitmap - (vector #b00000111111 - #b00000111111 - #b00000111111 - #b00000111111 - #b00000111111 - #b00000111111 - #b00000111111 - #b00000111111 - #b00000111111 - #b00000111111 - #b00000111111 - #b00000111111 - #b00000111111 - #b00000111111 - #b00000111111 - #b00000111111 - #b00000111111 - #b00000111111 - #b00000111111 - #b00000111111 - #b00000111111 - #b00000111111 - #b00000111111 - #b00000111111 - #b00000111111 - #b00000111111)))) + (treemacs-git-mode 'simple)))) ;; Projectile integration for treemacs (use-package treemacs-projectile