Remove straight form treemacs config.
This commit is contained in:
parent
1b7d286415
commit
05da03b836
@ -14,7 +14,6 @@
|
|||||||
|
|
||||||
(use-package treemacs
|
(use-package treemacs
|
||||||
:defer t
|
:defer t
|
||||||
:straight t
|
|
||||||
:commands (treemacs-follow-mode
|
:commands (treemacs-follow-mode
|
||||||
treemacs-filewatch-mode
|
treemacs-filewatch-mode
|
||||||
treemacs-fringe-indicator-mode
|
treemacs-fringe-indicator-mode
|
||||||
@ -43,14 +42,12 @@
|
|||||||
|
|
||||||
(use-package treemacs-projectile
|
(use-package treemacs-projectile
|
||||||
:defer t
|
:defer t
|
||||||
:straight t
|
|
||||||
:after (treemacs projectile)
|
:after (treemacs projectile)
|
||||||
:bind (:map projectile-command-map
|
:bind (:map projectile-command-map
|
||||||
("h" . treemacs-projectile)))
|
("h" . treemacs-projectile)))
|
||||||
|
|
||||||
(use-package treemacs-magit
|
(use-package treemacs-magit
|
||||||
:defer t
|
:defer t
|
||||||
:straight t
|
|
||||||
:after magit
|
:after magit
|
||||||
:commands treemacs-magit--schedule-update
|
:commands treemacs-magit--schedule-update
|
||||||
:hook ((magit-post-commit
|
:hook ((magit-post-commit
|
||||||
|
Loading…
Reference in New Issue
Block a user