el-get/recipes/company-coq.rcp
N. Raghavendra 427d2a19f7 Add company-coq recipe
Company-coq is a collection of company-mode based extensions to Proof General's Coq mode.
2016-05-05 05:59:29 -04:00

8 lines
451 B
Plaintext

(:name company-coq
:description "A collection of company-mode based extensions to Proof General's Coq mode. Do `M-x company-coq-tutorial' after installation to open a tutorial."
:type github
:pkgname "cpitclaudel/company-coq"
:depends (cl-lib company-math company-mode dash proof-general yasnippet)
:prepare (add-hook 'coq-mode-hook 'company-coq-mode)
:website "https://github.com/cpitclaudel/company-coq/")