doomemacs/modules/lang/agda
Rudi Grinberg 88fc054919 Use straight for agda
We can fetch the mode directly from straight. There's no need to rely on
having this .el file installed for us. Now agda's el files can be edited
directly like all other emacs packages.

Signed-off-by: Rudi Grinberg <rudi.grinberg@gmail.com>
2019-08-31 09:45:13 +07:00
..
config.el Use straight for agda 2019-08-31 09:45:13 +07:00
packages.el Use straight for agda 2019-08-31 09:45:13 +07:00
README.org Added basic agda support. 2018-08-21 12:46:29 +02:00

:lang agda

This module adds support for the agda programming language.

Emacs support is included in the agda release (you can find installation instructions here). This module attempts to find the location of agda2.el via the agda-mode locate command that comes with the agda release. Users can set this manually by setting the +agda2-dir variable.