Remove straight form treemacs config.

This commit is contained in:
KJ 2024-02-19 00:07:36 -04:00
parent 1b7d286415
commit 05da03b836

View File

@ -14,7 +14,6 @@
(use-package treemacs
:defer t
:straight t
:commands (treemacs-follow-mode
treemacs-filewatch-mode
treemacs-fringe-indicator-mode
@ -43,14 +42,12 @@
(use-package treemacs-projectile
:defer t
:straight t
:after (treemacs projectile)
:bind (:map projectile-command-map
("h" . treemacs-projectile)))
(use-package treemacs-magit
:defer t
:straight t
:after magit
:commands treemacs-magit--schedule-update
:hook ((magit-post-commit