mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
6 lines
219 B
EmacsLisp
6 lines
219 B
EmacsLisp
;;; 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.")))
|