doomemacs/modules/lang/coq
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
..
autoload.el lang/coq: move config.el to autoload.el 2018-08-18 23:45:36 +02:00
packages.el Added quelpa recipe 2018-08-15 08:33:38 +02:00
README.org Updated readme 2018-08-15 08:34:21 +02:00

:lang coq

This module adds coq support, powered by Proof General, with code completion via company-coq.