fix(emacs): reorganise
This commit is contained in:
parent
3db8beedfc
commit
8fe854572e
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue