mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
[lang/kotlin] Use warn!
macro in doctor.el
This commit is contained in:
@ -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."))
|
||||||
|
Reference in New Issue
Block a user