doomemacs/modules/lang/clojure/doctor.el

8 lines
269 B
EmacsLisp
Raw Normal View History

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