Fix #2613: remove treemacs-persp
A common bug report is that straight cannot see treemacs-persp in MELPA. Perhaps the MELPA repo isn't being updated properly -- I have no idea, but since this package isn't doing anything at the moment, I will simply remove the package until I have time to look into it further.
This commit is contained in:
parent
61fef37e4d
commit
13aa3e8407
2 changed files with 0 additions and 7 deletions
|
@ -66,8 +66,3 @@ This must be set before `treemacs' has loaded.")
|
||||||
(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,5 +7,3 @@
|
||||||
(package! treemacs-projectile :pin "4eb8eb8821")
|
(package! treemacs-projectile :pin "4eb8eb8821")
|
||||||
(when (featurep! :tools magit)
|
(when (featurep! :tools magit)
|
||||||
(package! treemacs-magit :pin "4eb8eb8821"))
|
(package! treemacs-magit :pin "4eb8eb8821"))
|
||||||
(when (featurep! :ui workspaces)
|
|
||||||
(package! treemacs-persp :pin "4eb8eb8821"))
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue