mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Added quelpa recipe
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user