[lang/kotlin] Use warn!
macro in doctor.el
This commit is contained in:
parent
1c14b0bf17
commit
0c0aff60a1
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
;;; lang/kotlin/doctor.el -*- lexical-binding: t; -*-
|
;;; lang/kotlin/doctor.el -*- lexical-binding: t; -*-
|
||||||
|
|
||||||
(unless (executable-find "ktlint")
|
(unless (executable-find "ktlint")
|
||||||
(warn "ktlint not found. flycheck-kotlin won't work."))
|
(warn! "ktlint not found. flycheck-kotlin won't work."))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue