diff --git a/.gitignore b/.gitignore index b601858..5ac62c1 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,5 @@ eclipse.jdt.ls/ workspace/ /.extension/ /diary +/history +/projectile.cache diff --git a/configs/base-treemacs.el b/configs/base-treemacs.el index b3a8230..2a40333 100644 --- a/configs/base-treemacs.el +++ b/configs/base-treemacs.el @@ -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