Remove straight form treemacs config.
This commit is contained in:
parent
1b7d286415
commit
05da03b836
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user