;; -*- no-byte-compile: t; -*- ;;; lang/agda/packages.el (unless (modulep! +local) (package! agda-input :recipe (:host github :repo "agda/agda" :files ("src/data/emacs-mode/agda-input.el") :nonrecursive t) :pin "819993172d05f5e9769f4c7f35cbabb3080b18e9") (package! agda2-mode :recipe (:host github :repo "agda/agda" :files ("src/data/emacs-mode/*.el" (:exclude "agda-input.el")) :nonrecursive t) :pin "819993172d05f5e9769f4c7f35cbabb3080b18e9"))