Added quelpa recipe
This commit is contained in:
parent
2929b58cde
commit
f5c1be44ba
2 changed files with 2 additions and 3 deletions
|
@ -1,8 +1,5 @@
|
|||
;;; 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
|
||||
:load-path +coq-pg-loc
|
||||
:defer t
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
;; -*- no-byte-compile: t; -*-
|
||||
;;; lang/coq/packages.el
|
||||
|
||||
(package! proof-general :recipe (:fetcher github :repo "ProofGeneral/PG" :files ("*")))
|
||||
|
||||
(package! company-coq)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue