Files
doomemacs/modules/lang
Henrik Lissner 48c531e76c lang/coq: move config.el to autoload.el
The auto-mode-alist entry for coq-mode and friends are already added by proof-general's autoloads file, and neither coq-mode nor company-coq-mode belong to proof-site specifically, so they shouldn't be treated like they are (this could cause autoloading errors).

The `def-package!` block altogether is unnecessary. The only thing we need is to enable `company-coq-mode` on coq-mode-hook. However, having a one-line config.el is a tad excessive, so we put it in autoload.el instead.
2018-08-18 23:45:36 +02:00
..
2018-06-23 19:53:54 +02:00
2018-06-23 22:22:42 +02:00
2018-06-23 19:53:54 +02:00
2018-07-19 15:25:45 +02:00
2018-06-23 19:53:54 +02:00
2018-07-30 12:10:11 +02:00
2018-06-25 15:54:38 +02:00
2018-07-20 14:23:17 +02:00
2018-06-18 02:34:16 +02:00
2018-08-12 02:46:55 +02:00
2018-06-02 02:53:54 +02:00
2018-08-13 23:57:10 +02:00
2018-06-18 02:34:16 +02:00
2018-07-29 12:19:56 +10:00