mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Added readme.
This commit is contained in:
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.
|
Reference in New Issue
Block a user