Merge pull request #873 from mattly/clojure-flycheck-joker

Syntax-checking for clojure via joker
This commit is contained in:
Henrik Lissner 2018-09-09 16:34:43 -04:00 committed by GitHub
commit 59b1f7cd9b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

View file

@ -41,3 +41,7 @@
(map! :map clj-refactor-map
:localleader
:desc "Refactor hydra" :n "r" #'hydra-cljr-help-menu/body)))
(when (featurep! :feature syntax-checker)
(def-package! flycheck-joker
:after (flycheck clojure-mode)))