From agda/agda@e9e23b9
This commit is contained in:
Henrik Lissner 2020-02-23 16:25:16 -05:00
parent 38ea138542
commit acf6d5b78b
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -6,11 +6,11 @@
:recipe (:host github :repo "agda/agda" :recipe (:host github :repo "agda/agda"
:files ("src/data/emacs-mode/agda-input.el") :files ("src/data/emacs-mode/agda-input.el")
:nonrecursive t) :nonrecursive t)
:pin "e9e23b973d") :pin "74d9fd53cd")
(package! agda2-mode (package! agda2-mode
:recipe (:host github :repo "agda/agda" :recipe (:host github :repo "agda/agda"
:files ("src/data/emacs-mode/*.el" :files ("src/data/emacs-mode/*.el"
(:exclude "agda-input.el")) (:exclude "agda-input.el"))
:nonrecursive t) :nonrecursive t)
:pin "e9e23b973d")) :pin "74d9fd53cd"))