Files
dtos-dotfiles/.emacs.d/modules/lang/crystal/doctor.el
2019-12-16 20:21:19 -06:00

6 lines
162 B
EmacsLisp

;; -*- lexical-binding: t; no-byte-compile: t; -*-
;;; lang/crystal/doctor.el
(unless (executable-find "icr")
(warn! "Couldn't find icr. REPL will not work"))