dev: updating pr7002 from pr
This commit is contained in:
commit
6f87cc0b7a
4 changed files with 12 additions and 5 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