emacs/04magit.el
Maciej Szlosarczyk 1a911716c0
Create new, a little bit better structured configuration
* Group configuration by package, and only then by language mode
* Slim down all the languages
2018-09-09 00:31:51 +03:00

7 lines
164 B
EmacsLisp

;; Magit
(evil-leader/set-key
"gs" 'magit-status
"gco" 'magit-checkout
;; TODO: Connect these two into one key
"gb" 'magit-blame
"gq" 'magit-blame-quit)