mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-24 16:30:58 -05:00
feat(format): add :lang clojure formatter
This commit is contained in:
@@ -5,3 +5,7 @@
|
||||
(not (modulep! +lsp)))
|
||||
(unless (executable-find "clj-kondo")
|
||||
(warn! "Couldn't find clj-kondo. flycheck-clj-kondo will not work.")))
|
||||
|
||||
(when (modulep! :editor format)
|
||||
(unless (executable-find "zprint")
|
||||
(warn! "Couldn't find zprint. Formatting will be disabled.")))
|
||||
|
Reference in New Issue
Block a user