mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Rewrite doctor; move warn! blocks out in doctor.el files
This commit is contained in:
@ -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))
|
||||
|
Reference in New Issue
Block a user