doomemacs/modules/lang/agda/doctor.el

6 lines
176 B
EmacsLisp
Raw Normal View History

2018-08-21 18:46:29 +08:00
;; -*- 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"))