;; -*- 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") :nonrecursive t) :pin "9d08edbbabc22c93b47fb17d452b3b35d591b87d") (package! agda2-mode :recipe (:host github :repo "agda/agda" :files ("src/data/emacs-mode/*.el" (:exclude "agda-input.el")) :nonrecursive t) :pin "9d08edbbabc22c93b47fb17d452b3b35d591b87d"))