doomemacs/modules/lang/clojure/packages.el

11 lines
250 B
EmacsLisp
Raw Normal View History

2017-05-30 09:28:38 +02:00
;; -*- no-byte-compile: t; -*-
;;; lang/clojure/packages.el
2020-02-23 16:23:36 -05:00
(unless (featurep! +lsp)
(package! cider :pin "7437c67f0e"))
(package! clj-refactor :pin "e24ba62843")
2017-05-30 09:28:38 +02:00
(when (featurep! :checkers syntax)
(package! flycheck-joker :pin "51e99e6977"))