Add treemacs-persp package #1348

This commit is contained in:
Henrik Lissner 2020-01-13 16:03:22 -05:00
parent 6f273ffc25
commit 5a07e8f655
No known key found for this signature in database
GPG Key ID: 5F6C0EA160557395
2 changed files with 7 additions and 0 deletions

View File

@ -37,3 +37,8 @@
(use-package! treemacs-magit
:when (featurep! :tools magit)
:after treemacs magit)
(use-package! treemacs-persp
:when (featurep! :ui workspaces)
:after treemacs)

View File

@ -7,3 +7,5 @@
(package! treemacs-projectile)
(when (featurep! :tools magit)
(package! treemacs-magit))
(when (featurep! :ui workspaces)
(package! treemacs-persp))