9 lines
387 B
EmacsLisp
9 lines
387 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; lang/clojure/packages.el
|
|
|
|
(package! clojure-mode :pin "da9f1ec717dac1194404b4a4562dba6bd9a4ee3a")
|
|
(package! cider :pin "2c8f510a5ae0e6c1bdb96195e04629f4791dea79")
|
|
(package! clj-refactor :pin "8259791e054382457b87d1f78061b5e3ce948907")
|
|
|
|
(when (featurep! :checkers syntax)
|
|
(package! flycheck-clj-kondo :pin "5472c26ffdf754a0661357564874ffd4f8598805"))
|