Remove +joker flag for clojure layer

Flycheck apparently won't complain if joker isn't installed
This commit is contained in:
Matthew Lyon
2018-09-09 10:15:20 -07:00
parent 1f581a4e36
commit ca033e714c
4 changed files with 5 additions and 9 deletions

View File

@ -4,6 +4,5 @@
(package! cider)
(package! clj-refactor)
(when (and (featurep! :feature syntax-checker)
(featurep! +joker))
(when (featurep! :feature syntax-checker)
(package! flycheck-joker))