Added basic agda support.

This commit is contained in:
Patrick Elliott 2018-08-21 12:46:29 +02:00
parent 9e08620350
commit b3a83daf5f
No known key found for this signature in database
GPG key ID: 7CA109C3974AF5FA
3 changed files with 21 additions and 0 deletions

View file

@ -0,0 +1,7 @@
;;; lang/agda/config.el -*- lexical-binding: t; -*-
(defvar +agda-dir (string-remove-suffix "/agda2.el" (shell-command-to-string "agda-mode locate")))
(def-package! agda2
:load-path +agda-dir)