Added basic agda support.

This commit is contained in:
Patrick Elliott
2018-08-21 12:46:29 +02:00
parent 9e08620350
commit b3a83daf5f
3 changed files with 21 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
;; -*- lexical-binding: t; no-byte-compile: t; -*-
;;; lang/agda/doctor.el
(unless (executable-find "agda-mode")
(warn! "Couldn't find agda-mode. Agda support won't work"))