Replace warn => warn!
This commit is contained in:
parent
5ad4246cb9
commit
bac73ec938
11 changed files with 31 additions and 31 deletions
|
@ -19,4 +19,7 @@
|
|||
|
||||
|
||||
(def-package! inf-crystal
|
||||
:commands (inf-crystal crystal-switch-to-inf))
|
||||
:commands (inf-crystal crystal-switch-to-inf)
|
||||
:config
|
||||
(unless (executable-find "icr")
|
||||
(warn! "Couldn't find icr. REPL will not work")))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue