mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Remove +joker flag for clojure layer
Flycheck apparently won't complain if joker isn't installed
This commit is contained in:
@ -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))
|
||||
|
Reference in New Issue
Block a user