[emacs] More key bindings

This commit is contained in:
John Doty 2024-04-06 08:19:04 -07:00
parent e1c3728e22
commit d977e49f6a

View file

@ -1027,8 +1027,9 @@ Or, uh, Objective C, I guess."
;; Magit stuff
;; =================================================================
(use-package magit :ensure t
:bind ("C-x g" . magit-status))
:bind (("C-x g" . magit-status)
("C-c g" . magit-dispatch)
("C-c f" . magit-file-dispatch)))
;; =================================================================
;; Mercurial stuff