[lang/kotlin] Use warn! macro in doctor.el

This commit is contained in:
Oleksii Filonenko 2019-04-11 10:16:10 +03:00
parent 1c14b0bf17
commit 0c0aff60a1
No known key found for this signature in database
GPG Key ID: F3510FE5691629A1

View File

@ -1,4 +1,4 @@
;;; lang/kotlin/doctor.el -*- lexical-binding: t; -*-
(unless (executable-find "ktlint")
(warn "ktlint not found. flycheck-kotlin won't work."))
(warn! "ktlint not found. flycheck-kotlin won't work."))