Files
opalfiles/.config/emacs/modules/lang/kotlin/doctor.el
2022-01-11 18:05:13 -08:00

9 lines
269 B
EmacsLisp

;;; lang/kotlin/doctor.el -*- lexical-binding: t; -*-
(unless (executable-find "ktlint")
(warn! "ktlint not found. flycheck-kotlin won't work."))
(assert! (or (not (featurep! +lsp))
(featurep! :tools lsp))
"This module requires (:tools lsp)")