mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-24 16:30:58 -05:00
Rewrite doctor; move warn! blocks out in doctor.el files
This commit is contained in:
4
modules/lang/crystal/doctor.el
Normal file
4
modules/lang/crystal/doctor.el
Normal file
@@ -0,0 +1,4 @@
|
||||
;;; lang/crystal/doctor.el -*- lexical-binding: t; -*-
|
||||
|
||||
(unless (executable-find "icr")
|
||||
(warn! "Couldn't find icr. REPL will not work"))
|
Reference in New Issue
Block a user