use treemacs-magit package

Install and use treemacs-magit if both treemacs and magit are enabled in init.el.
This commit is contained in:
Jeff Jewiss 2019-05-09 14:43:56 -04:00
parent e173fcbd54
commit 4e24d09f71
No known key found for this signature in database
GPG key ID: B3EB0669CC311F5E
2 changed files with 6 additions and 0 deletions

View file

@ -39,3 +39,7 @@
(def-package! treemacs-projectile
:after treemacs)
(def-package! treemacs-magit
:when (featurep! :tools magit)
:after treemacs magit)

View file

@ -5,3 +5,5 @@
(when (featurep! :editor evil +everywhere)
(package! treemacs-evil))
(package! treemacs-projectile)
(when (featurep! :tools magit)
(package! treemacs-magit))