diff options
author | Kyle Meyer <kyle@kyleam.com> | 2016-06-17 00:51:48 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2016-06-17 00:51:48 -0400 |
commit | 0133dc336484057f63b1f429850a40ff3c74e768 (patch) | |
tree | 21a7cdbe6a39c62e3b2394eccf5c901f0269ade7 | |
parent | f3ba622e61856118856a65cd1245926f6e284efb (diff) | |
download | emacs.d-0133dc336484057f63b1f429850a40ff3c74e768.tar.gz |
Give magit-status a second binding
-rw-r--r-- | init.el | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -846,6 +846,7 @@ (use-package magit :load-path "~/src/emacs/magit/lisp/" :defer t + :bind ("C-x g" . magit-status) :chords ("jg" . magit-status) :init (load "magit-autoloads.el" t) |