doomemacs/modules/lang/clojure/+joker.el
Matthew Lyon 1f581a4e36 Add option for flycheck-joker for clojure
This is provided as a +feature on clojure because joker is not included
in the standard clojure distribution, and I wouldn't assume a given
clojurist has or wants to have it installed. But I think installing it
is the least-fuss option for syntax-checking clojure/script code in
emacs with flycheck.
2018-09-07 20:35:29 -07:00

4 lines
119 B
EmacsLisp

;;; lang/clojure/+joker.el -*- lexical-binding: t; -*-
(def-package! flycheck-joker
:after (flycheck clojure-mode))