Remove treemacs-persp.

This commit is contained in:
kj 2022-08-21 23:28:30 -04:00
parent 83f311024a
commit 284a01cabc
2 changed files with 2 additions and 8 deletions

2
.gitignore vendored
View File

@ -20,3 +20,5 @@ eclipse.jdt.ls/
workspace/
/.extension/
/diary
/history
/projectile.cache

View File

@ -59,14 +59,6 @@
magit-post-unstage)
. treemacs-magit--schedule-update))
(use-package treemacs-persp
:defer t
:straight t
:after persp-mode
:demand t
:functions treemacs-set-scope-type
:config (treemacs-set-scope-type 'Perspectives))
;; `lsp-mode' and `treemacs' integration
(use-package lsp-treemacs
:defer t