mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-18 16:06:56 -05:00
3
modules/lang/coq/README.org
Normal file
3
modules/lang/coq/README.org
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
#+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]].
|
4
modules/lang/coq/autoload.el
Normal file
4
modules/lang/coq/autoload.el
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
;;; lang/coq/autoload.el -*- lexical-binding: t; -*-
|
||||||
|
|
||||||
|
;;;###autoload
|
||||||
|
(add-hook 'coq-mode-hook #'company-coq-mode)
|
6
modules/lang/coq/packages.el
Normal file
6
modules/lang/coq/packages.el
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
;; -*- no-byte-compile: t; -*-
|
||||||
|
;;; lang/coq/packages.el
|
||||||
|
|
||||||
|
(package! proof-general :recipe (:fetcher github :repo "ProofGeneral/PG" :files ("*")))
|
||||||
|
|
||||||
|
(package! company-coq)
|
Reference in New Issue
Block a user