diff --git a/modules/lang/clojure/doctor.el b/modules/lang/clojure/doctor.el new file mode 100644 index 000000000..afe08de87 --- /dev/null +++ b/modules/lang/clojure/doctor.el @@ -0,0 +1,6 @@ +;; -*- lexical-binding: t; no-byte-compile: t; -*- +;;; lang/clojure/doctor.el + +(when (featurep! :checkers syntax) + (unless (executable-find "clj-kondo") + (warn! "Couldn't find clj-kondo. flycheck-clj-kondo will not work.")))