Remove +joker flag for clojure layer
Flycheck apparently won't complain if joker isn't installed
This commit is contained in:
parent
1f581a4e36
commit
ca033e714c
4 changed files with 5 additions and 9 deletions
|
@ -38,5 +38,6 @@
|
|||
:localleader
|
||||
:desc "Refactor hydra" :n "r" #'hydra-cljr-help-menu/body)))
|
||||
|
||||
(when (and (featurep! +joker) (featurep! :feature syntax-checker))
|
||||
(load! "+joker"))
|
||||
(when (featurep! :feature syntax-checker)
|
||||
(def-package! flycheck-joker
|
||||
:after (flycheck clojure-mode)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue