10 lines
250 B
EmacsLisp
10 lines
250 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; lang/clojure/packages.el
|
|
|
|
(unless (featurep! +lsp)
|
|
(package! cider :pin "7437c67f0e"))
|
|
|
|
(package! clj-refactor :pin "e24ba62843")
|
|
|
|
(when (featurep! :checkers syntax)
|
|
(package! flycheck-joker :pin "51e99e6977"))
|