mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-23 19:40:24 +10:00
10 lines
387 B
EmacsLisp
10 lines
387 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; lang/clojure/packages.el
|
|
|
|
(package! clojure-mode :pin "75c28897c7e91aa130c71c076aa2a6ce2e02da8f")
|
|
(package! cider :pin "f1c2a797291fd3d2a44cb32372852950d5ecf8a2")
|
|
(package! clj-refactor :pin "6db85b37b57497b56d97d5e5512160e5db85f798")
|
|
|
|
(when (featurep! :checkers syntax)
|
|
(package! flycheck-clj-kondo :pin "152df7ffa1ba3ea6dfcb238fabbf50e1e1a4dc97"))
|