doomemacs/modules/lang/kotlin/doctor.el
2019-04-11 10:16:10 +03:00

5 lines
149 B
EmacsLisp

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