doomemacs/modules/lang/coq/packages.el

8 lines
210 B
EmacsLisp
Raw Normal View History

2018-08-14 23:21:55 +02:00
;; -*- no-byte-compile: t; -*-
;;; lang/coq/packages.el
2018-08-15 08:33:38 +02:00
(package! proof-general :recipe (:fetcher github :repo "ProofGeneral/PG" :files ("*")))
(when (featurep! :completion company)
(package! company-coq))