mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Add treemacs-persp package #1348
This commit is contained in:
@ -37,3 +37,8 @@
|
|||||||
(use-package! treemacs-magit
|
(use-package! treemacs-magit
|
||||||
:when (featurep! :tools magit)
|
:when (featurep! :tools magit)
|
||||||
:after treemacs magit)
|
:after treemacs magit)
|
||||||
|
|
||||||
|
|
||||||
|
(use-package! treemacs-persp
|
||||||
|
:when (featurep! :ui workspaces)
|
||||||
|
:after treemacs)
|
||||||
|
@ -7,3 +7,5 @@
|
|||||||
(package! treemacs-projectile)
|
(package! treemacs-projectile)
|
||||||
(when (featurep! :tools magit)
|
(when (featurep! :tools magit)
|
||||||
(package! treemacs-magit))
|
(package! treemacs-magit))
|
||||||
|
(when (featurep! :ui workspaces)
|
||||||
|
(package! treemacs-persp))
|
||||||
|
Reference in New Issue
Block a user