use treemacs-magit package
Install and use treemacs-magit if both treemacs and magit are enabled in init.el.
This commit is contained in:
parent
e173fcbd54
commit
4e24d09f71
2 changed files with 6 additions and 0 deletions
|
@ -39,3 +39,7 @@
|
|||
|
||||
(def-package! treemacs-projectile
|
||||
:after treemacs)
|
||||
|
||||
(def-package! treemacs-magit
|
||||
:when (featurep! :tools magit)
|
||||
:after treemacs magit)
|
||||
|
|
|
@ -5,3 +5,5 @@
|
|||
(when (featurep! :editor evil +everywhere)
|
||||
(package! treemacs-evil))
|
||||
(package! treemacs-projectile)
|
||||
(when (featurep! :tools magit)
|
||||
(package! treemacs-magit))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue