aboutsummaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Use highlight-numbers-number instead of writing my own number parserMiquel Sabaté Solà2020-04-051-1/+2
| | | | | | | | | | | | This is cleaner, more maintainable, and it has a couple of added benefits: 1. It will no longer be troublesome for people switching between themes, since the hook that we automatically injected would still be there. 2. Lexical binding is not discarded, with all its benefits. As suggested by @riscy in https://github.com/melpa/melpa/pull/6808. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* make: added a checkdoc targetMiquel Sabaté Solà2020-04-041-1/+6
| | | | | | The implementation is somewhat dubious, but it does the job... Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Added changelog and fixed buildMiquel Sabaté Solà2020-04-041-1/+4
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Added tests and more documentationMiquel Sabaté Solà2020-04-041-0/+76
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>