summaryrefslogtreecommitdiff
path: root/rc/git.kak
AgeCommit message (Collapse)Author
2016-01-29Reorganise rc/ into subdirectoriesMaxime Coste
* core: set of tools to work on kakoune source code * base: very common languages and tools * extra: less common languages and tools
2015-06-11Add first and second line highlighting git-commitJiří Konečný
First 50 characters are recommended for subject line. They are highlighted with yellow color. The subject line wants an empty second line, so every characters (except for comments) on second line are highlighted with red background.
2014-09-11Fix git commit message highlightingMaxime Coste
2013-12-23Make kak more installableMaxime Coste
* Kak relies on the kakrc file to be in ../share/kak/kakrc relative to kak binary rather than in the same directory * Added an install target to the Makefile