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:
@ -1,4 +0,0 @@
|
||||
;;; lang/clojure/+joker.el -*- lexical-binding: t; -*-
|
||||
|
||||
(def-package! flycheck-joker
|
||||
:after (flycheck clojure-mode))
|
@ -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)))
|
||||
|
@ -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