mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
11 lines
254 B
EmacsLisp
11 lines
254 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; lang/clojure/packages.el
|
|
|
|
(unless (featurep! +lsp)
|
|
(package! cider :pin "7437c67f0e"))
|
|
|
|
(package! clj-refactor :pin "e24ba62843")
|
|
|
|
(when (featurep! :checkers syntax)
|
|
(package! flycheck-clj-kondo :pin "f652a8dc4c"))
|