mirror of
https://github.com/doomemacs/doomemacs.git
synced 2025-12-25 11:21:06 -08:00
8 lines
166 B
EmacsLisp
8 lines
166 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; lang/clojure/packages.el
|
|
|
|
(package! cider)
|
|
(package! clj-refactor)
|
|
|
|
(when (featurep! :tools flycheck)
|
|
(package! flycheck-joker))
|