Files
doomemacs/modules/lang/clojure/doctor.el
2022-04-16 18:12:52 +02:00

8 lines
269 B
EmacsLisp

;; -*- lexical-binding: t; no-byte-compile: t; -*-
;;; lang/clojure/doctor.el
(when (and (featurep! :checkers syntax)
(not (featurep! +lsp)))
(unless (executable-find "clj-kondo")
(warn! "Couldn't find clj-kondo. flycheck-clj-kondo will not work.")))