mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-17 13:33:36 -05:00
fix(clojure): prefer cljfmt now it supports STDIN
This commit is contained in:
@@ -7,5 +7,5 @@
|
||||
(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.")))
|
||||
(unless (executable-find "cljfmt")
|
||||
(warn! "Couldn't find cljfmt. Formatting will be disabled.")))
|
||||
|
Reference in New Issue
Block a user