Skip to content

Commit 77713d3

Browse files
committed
Fix all clojure ts related major modes
After clojure-ts-mode's this pr clojure-emacs/clojure-ts-mode#36 The names of clojure-ts's major modes had changed --- no changelog update needed
1 parent dd24c54 commit 77713d3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

apheleia-formatters.el

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -296,14 +296,14 @@ rather than using this system."
296296
(c-ts-mode . clang-format)
297297
(c++-mode . clang-format)
298298
(caml-mode . ocamlformat)
299-
(clojure-dart-ts-mode . cljfmt)
300-
(clojure-jank-ts-mode . cljfmt)
301299
(clojure-mode . cljfmt)
300+
(clojure-ts-clojurec-mode . cljfmt)
301+
(clojure-ts-clojuredart-mode . cljfmt)
302+
(clojure-ts-clojurescript-mode . cljfmt)
303+
(clojure-ts-jank-mode . cljfmt)
302304
(clojure-ts-mode . cljfmt)
303305
(clojurec-mode . cljfmt)
304-
(clojurec-ts-mode . cljfmt)
305306
(clojurescript-mode . cljfmt)
306-
(clojurescript-ts-mode . cljfmt)
307307
(cmake-mode . cmake-format)
308308
(cmake-ts-mode . cmake-format)
309309
(common-lisp-mode . lisp-indent)

0 commit comments

Comments
 (0)