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:
@ -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)))
|
||||
|
Reference in New Issue
Block a user