fix(emacs): add extra magit keybinding
This commit is contained in:
parent
220acbb346
commit
5024eb6182
1 changed files with 5 additions and 3 deletions
|
@ -88,9 +88,11 @@
|
||||||
(use-package no-littering :straight t)
|
(use-package no-littering :straight t)
|
||||||
|
|
||||||
;; UI
|
;; UI
|
||||||
(use-package magit :straight t)
|
(use-package magit :straight t
|
||||||
(use-package forge :straight t)
|
:bind (("<f5>" . magit-status)))
|
||||||
(use-package neotree :straight t
|
(use-package forge :straight t
|
||||||
|
:after (magit))
|
||||||
|
(use-package neotree :straight t
|
||||||
:custom
|
:custom
|
||||||
((neo-theme 'icons)
|
((neo-theme 'icons)
|
||||||
(neo-smart-open t)
|
(neo-smart-open t)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue