mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-05 12:37:33 -05:00
docs(idris): add doctor.el
This commit is contained in:
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.")))
|
Reference in New Issue
Block a user