1
0
Fork 0

fix(emacs): add another magit keybinding

This commit is contained in:
Lucas Sta Maria 2024-08-14 23:38:27 -07:00
parent 9cf5f59315
commit 3d1a4abb06
No known key found for this signature in database
GPG key ID: F07FB16A826E3B47

View file

@ -89,7 +89,8 @@
;; UI ;; UI
(use-package magit :straight t (use-package magit :straight t
:bind (("<f5>" . magit-status))) :bind (("<f5>" . magit-status)
("C-x g" . magit-status)))
(use-package forge :straight t (use-package forge :straight t
:after (magit)) :after (magit))
(use-package neotree :straight t (use-package neotree :straight t