Create new, a little bit better structured configuration
* Group configuration by package, and only then by language mode * Slim down all the languages
This commit is contained in:
parent
4d5f300113
commit
1a911716c0
38 changed files with 513 additions and 18 deletions
7
04magit.el
Normal file
7
04magit.el
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
;; 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)
|
||||
Loading…
Add table
Add a link
Reference in a new issue