mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
9 lines
174 B
EmacsLisp
9 lines
174 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; lang/clojure/packages.el
|
|
|
|
(package! cider)
|
|
(package! clj-refactor)
|
|
|
|
(when (featurep! :feature syntax-checker)
|
|
(package! flycheck-joker))
|