Added readme.
This commit is contained in:
parent
fa223ceafd
commit
4280ea3418
1 changed files with 13 additions and 0 deletions
13
modules/lang/coq/README.org
Normal file
13
modules/lang/coq/README.org
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
#+TITLE: :lang coq
|
||||||
|
|
||||||
|
This module adds [[https://coq.inria.fr][coq]] support, powered by [[https://proofgeneral.github.io][Proof General]], with code completion via [[https://github.com/cpitclaudel/company-coq][company-coq]].
|
||||||
|
|
||||||
|
* Install
|
||||||
|
Unfortunately, Proof General needs to be installed manually.
|
||||||
|
|
||||||
|
#+BEGIN_SRC sh
|
||||||
|
git clone https://github.com/ProofGeneral/PG $PG-LOC && cd $PG-LOC
|
||||||
|
make
|
||||||
|
#+END_SRC
|
||||||
|
|
||||||
|
Manually set the variable ~+coq-pg-loc~ to the value of $PG-LOC in your doom config.
|
Loading…
Add table
Add a link
Reference in a new issue