2017-05-30 09:28:38 +02:00
|
|
|
;; -*- no-byte-compile: t; -*-
|
|
|
|
;;; lang/clojure/packages.el
|
|
|
|
|
2020-01-25 03:49:42 -05:00
|
|
|
(package! cider :pin "7437c67f0e")
|
|
|
|
(package! clj-refactor :pin "e24ba62843")
|
2017-05-30 09:28:38 +02:00
|
|
|
|
2020-01-14 03:04:26 -05:00
|
|
|
(when (featurep! :checkers syntax)
|
2019-12-29 00:37:40 +08:00
|
|
|
(package! flycheck-clj-kondo :pin "f652a8dc4c"))
|