mirror of
https://github.com/doomemacs/doomemacs.git
synced 2025-12-27 20:32:37 -08:00
8 lines
221 B
EmacsLisp
8 lines
221 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; lang/clojure/packages.el
|
|
|
|
(package! cider :pin "7437c67f0e")
|
|
(package! clj-refactor :pin "e24ba62843")
|
|
|
|
(when (featurep! :checkers syntax)
|
|
(package! flycheck-joker :pin "51e99e6977"))
|