doomemacs/modules/lang/kotlin/doctor.el

5 lines
149 B
EmacsLisp
Raw Normal View History

2019-03-29 03:19:11 +02:00
;;; lang/kotlin/doctor.el -*- lexical-binding: t; -*-
(unless (executable-find "ktlint")
(warn! "ktlint not found. flycheck-kotlin won't work."))