We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5b2d23 commit 8ef3c7aCopy full SHA for 8ef3c7a
README.md
@@ -550,6 +550,14 @@ Check out [this article](https://metaredux.com/posts/2024/02/19/cider-preliminar
550
551
Currently, there is an [open PR](https://github.com/clojure-emacs/inf-clojure/pull/215) adding support for inf-clojure.
552
553
+### Why does `clojure-ts-mode` require Emacs 30?
554
+
555
+You might be wondering why does `clojure-ts-mode` require Emacs 30 instead of
556
+Emacs 29, which introduced the built-in Tree-sitter support. The answer is
557
+simple - the initial Tree-sitter support in Emacs 29 had quite a few issues and
558
+we felt it's better to nudge most people interested in using it to Emacs 30,
559
+which fixed a lot of the problems.
560
561
## License
562
563
Copyright © 2022-2025 Danny Freeman, Bozhidar Batsov and [contributors][].
0 commit comments