Add treemacs-persp package #1348
This commit is contained in:
parent
6f273ffc25
commit
5a07e8f655
2 changed files with 7 additions and 0 deletions
|
@ -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)
|
||||
|
|
|
@ -7,3 +7,5 @@
|
|||
(package! treemacs-projectile)
|
||||
(when (featurep! :tools magit)
|
||||
(package! treemacs-magit))
|
||||
(when (featurep! :ui workspaces)
|
||||
(package! treemacs-persp))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue