Replace warn => warn!

This commit is contained in:
Henrik Lissner
2018-02-14 07:40:05 -05:00
parent 5ad4246cb9
commit bac73ec938
11 changed files with 31 additions and 31 deletions

View File

@ -36,7 +36,7 @@
(IS-LINUX
"/usr/share/java/languagetool/languagetool-commandline.jar")))
(unless (file-exists-p langtool-language-tool-jar)
(warn "langtool: couldn't find languagetool-commandline.jar")))))
(warn! "Couldn't find languagetool-commandline.jar")))))
(when (featurep! +wordnut)