branch: elpa/clojure-ts-mode commit 859b0b13a7a8397e7ea813ad4a4655166f8f2ffa Author: dannyfreeman <danny@dfreeman.email> Commit: dannyfreeman <danny@dfreeman.email>
Fix what I think is a typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 325f4b7cd1..2609744469 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Keep in mind that the transition to `clojure-ts-mode` won't happen overnight for - getting to feature parity with `clojure-mode` will take some time - tools that depend on `clojure-mode` will need to be updated to work with `clojure-ts-mode` -- we still need to support users of older Emacsen that don't support Tree-sitter +- we still need to support users of older Emacs versions that don't support Tree-sitter That's why `clojure-ts-mode` is being developed independently of `clojure-mode` and will one day replace it when the time is right. (e.g. 3 major Emacs version down the road, so circa Emacs 32)