Replace warn => warn!

This commit is contained in:
Henrik Lissner 2018-02-14 07:40:05 -05:00
parent 5ad4246cb9
commit bac73ec938
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
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)