Skip to content

Commit 8ef3c7a

Browse files
committed
Add a note about Emacs 30
1 parent c5b2d23 commit 8ef3c7a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -550,6 +550,14 @@ Check out [this article](https://metaredux.com/posts/2024/02/19/cider-preliminar
550550

551551
Currently, there is an [open PR](https://github.com/clojure-emacs/inf-clojure/pull/215) adding support for inf-clojure.
552552

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+
553561
## License
554562

555563
Copyright © 2022-2025 Danny Freeman, Bozhidar Batsov and [contributors][].

0 commit comments

Comments
 (0)