docs(idris): add doctor.el
This commit is contained in:
parent
6275ed7e8f
commit
f9137b40e7
1 changed files with 5 additions and 0 deletions
5
modules/lang/idris/doctor.el
Normal file
5
modules/lang/idris/doctor.el
Normal 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.")))
|
Loading…
Add table
Add a link
Reference in a new issue