1
0
Fork 0

fix(emacs): reorganise

This commit is contained in:
Lucas Sta Maria 2024-08-24 17:59:12 -07:00
parent 3db8beedfc
commit 8fe854572e
No known key found for this signature in database
GPG key ID: F07FB16A826E3B47

View file

@ -90,12 +90,14 @@
:after (perspective projectile)) :after (perspective projectile))
(use-package no-littering :straight t) (use-package no-littering :straight t)
;; UI ;; Version control
(use-package magit :straight t (use-package magit :straight t
:bind (("<f5>" . magit-status) :bind (("<f5>" . magit-status)
("C-x g" . magit-status))) ("C-x g" . magit-status)))
(use-package forge :straight t (use-package forge :straight t
:after (magit)) :after (magit))
;; UI
(use-package treemacs :straight t (use-package treemacs :straight t
:bind (("C-c t" . treemacs))) :bind (("C-c t" . treemacs)))
(use-package treemacs-magit :straight t (use-package treemacs-magit :straight t