Skip to content

Commit 2e2efec

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 2e2efec

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

apheleia-formatters.el

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -296,14 +296,8 @@ 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)
302300
(clojure-ts-mode . cljfmt)
303-
(clojurec-mode . cljfmt)
304-
(clojurec-ts-mode . cljfmt)
305-
(clojurescript-mode . cljfmt)
306-
(clojurescript-ts-mode . cljfmt)
307301
(cmake-mode . cmake-format)
308302
(cmake-ts-mode . cmake-format)
309303
(common-lisp-mode . lisp-indent)

0 commit comments

Comments
 (0)