[emacs] More key bindings
This commit is contained in:
parent
e1c3728e22
commit
d977e49f6a
1 changed files with 3 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue