Rewrite doctor; move warn! blocks out in doctor.el files
This commit is contained in:
parent
5c36519dab
commit
74c8b1d113
16 changed files with 193 additions and 147 deletions
|
@ -19,7 +19,4 @@
|
|||
|
||||
|
||||
(def-package! inf-crystal
|
||||
:commands (inf-crystal crystal-switch-to-inf)
|
||||
:config
|
||||
(unless (executable-find "icr")
|
||||
(warn! "Couldn't find icr. REPL will not work")))
|
||||
:commands (inf-crystal crystal-switch-to-inf))
|
||||
|
|
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"))
|
Loading…
Add table
Add a link
Reference in a new issue