mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Added quelpa recipe
This commit is contained in:
@ -1,8 +1,5 @@
|
|||||||
;;; lang/coq/config.el -*- lexical-binding: t; -*-
|
;;; lang/coq/config.el -*- lexical-binding: t; -*-
|
||||||
|
|
||||||
;; set this to the absolute path of the folder containing proof-site.el, e.g. /home/$USER/GitHub/PG/generic
|
|
||||||
(defvar +coq-pg-loc nil)
|
|
||||||
|
|
||||||
(def-package! proof-site
|
(def-package! proof-site
|
||||||
:load-path +coq-pg-loc
|
:load-path +coq-pg-loc
|
||||||
:defer t
|
:defer t
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
;; -*- no-byte-compile: t; -*-
|
;; -*- no-byte-compile: t; -*-
|
||||||
;;; lang/coq/packages.el
|
;;; lang/coq/packages.el
|
||||||
|
|
||||||
|
(package! proof-general :recipe (:fetcher github :repo "ProofGeneral/PG" :files ("*")))
|
||||||
|
|
||||||
(package! company-coq)
|
(package! company-coq)
|
||||||
|
Reference in New Issue
Block a user