aboutsummaryrefslogtreecommitdiffhomepage
path: root/dev/tools/coqdev.el
Commit message (Collapse)AuthorAge
* [doc] Add an ELisp snippet to insert Sphinx roles and quotesGravatar Clément Pit-Claudel2018-05-15
|
* coqdev.el: add bug-reference-mode variablesGravatar Gaëtan Gilbert2018-05-11
|
* coqdev.el: add space at the end of compile-commandGravatar Gaëtan Gilbert2018-02-21
| | | | | That way you can just type [-j] instead of having to remember to add a space yourself.
* coqdev.el: wait for 'compile to touch compilation-error-regexp-alistGravatar Gaëtan Gilbert2018-02-13
| | | | (and alist-alist)
* coqdev.el: fix "compilate"-command typoGravatar Gaëtan Gilbert2018-02-13
|
* coqdev.el: shell-quote-argument the directory for make -CGravatar Gaëtan Gilbert2018-02-13
|
* coqdev.el: stop using when-let for emacs<25 compatibility.Gravatar Gaëtan Gilbert2018-02-13
|
* Merge anomaly-traces-parser.el into coqdev.el.Gravatar Gaëtan Gilbert2018-02-11
|
* coqdev.el: add installation instructions.Gravatar Gaëtan Gilbert2018-02-11
|
* Remove dir-locals and ship suggested helper hooks instead.Gravatar Gaëtan Gilbert2018-01-06
.dir-locals led to issues with unsafe local variable warnings. With this method the user is opting in to running this code so there are no warnings.