Files
doomemacs/modules/lang/kotlin/doctor.el
Oleksii Filonenko 13f705dc0e Add Kotlin module
2019-03-29 03:22:23 +02:00

5 lines
148 B
EmacsLisp

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