lang/clojure: move flycheck-joker block
This commit is contained in:
parent
59b1f7cd9b
commit
1535a8d64a
1 changed files with 3 additions and 3 deletions
|
@ -40,8 +40,8 @@
|
||||||
:config
|
:config
|
||||||
(map! :map clj-refactor-map
|
(map! :map clj-refactor-map
|
||||||
:localleader
|
:localleader
|
||||||
:desc "Refactor hydra" :n "r" #'hydra-cljr-help-menu/body)))
|
:desc "Refactor hydra" :n "r" #'hydra-cljr-help-menu/body))
|
||||||
|
|
||||||
(when (featurep! :feature syntax-checker)
|
|
||||||
(def-package! flycheck-joker
|
(def-package! flycheck-joker
|
||||||
:after (flycheck clojure-mode)))
|
:when (featurep! :feature syntax-checker)
|
||||||
|
:after flycheck))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue