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:
Henrik Lissner 2020-02-27 00:49:47 -05:00
parent 61fef37e4d
commit 13aa3e8407
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
2 changed files with 0 additions and 7 deletions

View file

@ -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)

View file

@ -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"))