fix(emacs): add another magit keybinding
This commit is contained in:
parent
9cf5f59315
commit
3d1a4abb06
1 changed files with 2 additions and 1 deletions
|
@ -89,7 +89,8 @@
|
|||
|
||||
;; UI
|
||||
(use-package magit :straight t
|
||||
:bind (("<f5>" . magit-status)))
|
||||
:bind (("<f5>" . magit-status)
|
||||
("C-x g" . magit-status)))
|
||||
(use-package forge :straight t
|
||||
:after (magit))
|
||||
(use-package neotree :straight t
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue