mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-09 12:57:25 -05:00
tweak(syntax): feat gate flycheck in all modules
This commit is contained in:
@ -271,6 +271,7 @@
|
||||
;; clojure-lsp already uses clj-kondo under the hood
|
||||
(use-package! flycheck-clj-kondo
|
||||
:when (and (modulep! :checkers syntax)
|
||||
(not (modulep! :checkers syntax +flymake))
|
||||
(not (modulep! +lsp)))
|
||||
:after flycheck)
|
||||
|
||||
|
Reference in New Issue
Block a user