doomemacs/modules/lang/agda/packages.el

17 lines
482 B
EmacsLisp
Raw Normal View History

;; -*- no-byte-compile: t; -*-
;;; lang/agda/packages.el
(unless (featurep! +local)
(package! agda-input
:recipe (:host github :repo "agda/agda"
:files ("src/data/emacs-mode/agda-input.el")
2020-01-14 22:32:11 -05:00
:nonrecursive t)
:pin "e9e23b973d")
(package! agda2-mode
:recipe (:host github :repo "agda/agda"
:files ("src/data/emacs-mode/*.el"
(:exclude "agda-input.el"))
2020-01-14 22:32:11 -05:00
:nonrecursive t)
:pin "e9e23b973d"))