2018-03-20 21:19:37 -04:00
|
|
|
;; -*- lexical-binding: t; no-byte-compile: t; -*-
|
|
|
|
;;; lang/crystal/doctor.el
|
2018-03-12 13:16:16 -04:00
|
|
|
|
|
|
|
(unless (executable-find "icr")
|
|
|
|
(warn! "Couldn't find icr. REPL will not work"))
|
2022-08-15 07:34:52 +01:00
|
|
|
|
|
|
|
(unless (executable-find "crystal")
|
|
|
|
(error! "Couldn't find crystal. Most language features will not work."))
|