Added quelpa recipe

This commit is contained in:
Patrick Elliott 2018-08-15 08:33:38 +02:00
parent 2929b58cde
commit f5c1be44ba
No known key found for this signature in database
GPG key ID: 7CA109C3974AF5FA
2 changed files with 2 additions and 3 deletions

View file

@ -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

View file

@ -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)