docs(idris): add doctor.el

This commit is contained in:
ncihnegn 2024-01-27 00:16:06 -08:00 committed by GitHub
parent 6275ed7e8f
commit f9137b40e7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,5 @@
;;; lang/idris/doctor.el -*- lexical-binding: t; -*-
(when (require 'idris-mode nil t)
(unless (executable-find idris-interpreter-path)
(warn! "Cannot find the idris interpreter. Most features will not work.")))