mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-22 19:10:24 +10:00
16 lines
339 B
EmacsLisp
16 lines
339 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; lang/agda/packages.el
|
|
|
|
|
|
(package! agda-input
|
|
:recipe
|
|
(:host github :repo "agda/agda"
|
|
:files ("src/data/emacs-mode/agda-input.el")))
|
|
|
|
(package! agda2-mode
|
|
:recipe
|
|
(:host github :repo "agda/agda"
|
|
:files
|
|
("src/data/emacs-mode/*.el"
|
|
(:exclude "agda-input.el"))))
|