Replace warn => warn!
This commit is contained in:
parent
5ad4246cb9
commit
bac73ec938
11 changed files with 31 additions and 31 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue