mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Change clojure linter to clj-kondo
This commit is contained in:
@ -157,6 +157,6 @@
|
||||
:desc "refactor" "R" #'hydra-cljr-help-menu/body))
|
||||
|
||||
|
||||
(use-package! flycheck-joker
|
||||
(use-package! flycheck-clj-kondo
|
||||
:when (featurep! :checkers syntax)
|
||||
:after flycheck)
|
||||
|
@ -5,4 +5,4 @@
|
||||
(package! clj-refactor :pin "e24ba62843")
|
||||
|
||||
(when (featurep! :checkers syntax)
|
||||
(package! flycheck-joker :pin "51e99e6977"))
|
||||
(package! flycheck-clj-kondo :pin "f652a8dc4c"))
|
||||
|
Reference in New Issue
Block a user