1
0
Fork 0

fix(emacs): add extra magit keybinding

This commit is contained in:
Lucas Sta Maria 2024-08-14 22:17:25 -07:00
parent 220acbb346
commit 5024eb6182
No known key found for this signature in database
GPG key ID: F07FB16A826E3B47

View file

@ -88,8 +88,10 @@
(use-package no-littering :straight t)
;; UI
(use-package magit :straight t)
(use-package forge :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)