mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
docs(clojure): add check for clj-kondo
This commit is contained in:
committed by
Henrik Lissner
parent
c7753adbb3
commit
db08aeaa7a
6
modules/lang/clojure/doctor.el
Normal file
6
modules/lang/clojure/doctor.el
Normal file
@ -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.")))
|
Reference in New Issue
Block a user