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)
|
||||
|
||||
;; UI
|
||||
(use-package magit :straight t)
|
||||
(use-package forge :straight t)
|
||||
(use-package neotree :straight t
|
||||
(use-package magit :straight t
|
||||
:bind (("<f5>" . magit-status)))
|
||||
(use-package forge :straight t
|
||||
:after (magit))
|
||||
(use-package neotree :straight t
|
||||
:custom
|
||||
((neo-theme 'icons)
|
||||
(neo-smart-open t)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue