8 lines
167 B
EmacsLisp
8 lines
167 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; lang/clojure/packages.el
|
|
|
|
(package! cider)
|
|
(package! clj-refactor)
|
|
|
|
(when (featurep! :checkers syntax)
|
|
(package! flycheck-joker))
|