doomemacs/modules/lang/clojure/doctor.el
2022-01-27 03:27:51 +01:00

6 lines
229 B
EmacsLisp

;; -*- 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.")))