mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
fix(coq): file-missing generic/proof-site error
To work around shenanigans in proof-general's autoloads. Should be reverted once ProofGeneral/PG#771 is resolved. Fix: #8169 Ref: ProofGeneral/PG#771
This commit is contained in:
@ -2,6 +2,10 @@
|
||||
|
||||
;;;###package proof-general
|
||||
(setq proof-splash-enable nil)
|
||||
;; REVIEW: Remove when ProofGeneral/PG#771 is fixed. Also see #8169.
|
||||
(require 'proof-site
|
||||
(expand-file-name "generic/proof-site"
|
||||
(file-name-directory (locate-library "proof-general"))))
|
||||
|
||||
|
||||
;;;###package coq
|
||||
|
@ -1,5 +1,8 @@
|
||||
;; -*- no-byte-compile: t; -*-
|
||||
;;; lang/coq/packages.el
|
||||
|
||||
(package! proof-general :pin "3a99da275523c8f844fdfa3dd073295eece939f3")
|
||||
(package! proof-general
|
||||
:pin "3a99da275523c8f844fdfa3dd073295eece939f3"
|
||||
;; REVIEW: Remove when ProofGeneral/PG#771 is fixed. Also see #8169.
|
||||
:recipe (:build (:not autoloads)))
|
||||
(package! company-coq :pin "5affe7a96a25df9101f9e44bac8a828d8292c2fa")
|
||||
|
Reference in New Issue
Block a user