* Group configuration by package, and only then by language mode * Slim down all the languages
7 lines
164 B
EmacsLisp
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)
|