9 lines
267 B
EmacsLisp
9 lines
267 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; lang/clojure/packages.el
|
|
|
|
(package! clojure-mode :pin "c970c4605c")
|
|
(package! cider :pin "52dcc60cd5")
|
|
(package! clj-refactor :pin "92d372393a")
|
|
|
|
(when (featurep! :checkers syntax)
|
|
(package! flycheck-clj-kondo :pin "f652a8dc4c"))
|