[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/clojure-ts-mode d577270f45 1/2: Update README.md to show C
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/clojure-ts-mode d577270f45 1/2: Update README.md to show CIDER and inf-clojure status |
Date: |
Thu, 25 Jul 2024 00:59:26 -0400 (EDT) |
branch: elpa/clojure-ts-mode
commit d577270f458e26ab9719d34af213f471306e8d39
Author: Daniel Compton <desk@danielcompton.net>
Commit: Bozhidar Batsov <bozhidar@batsov.dev>
Update README.md to show CIDER and inf-clojure status
---
README.md | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
index bbe54cc0c8..62d8414ccf 100644
--- a/README.md
+++ b/README.md
@@ -214,9 +214,7 @@ After installing the package do the following.
### Does `clojure-ts-mode` work with CIDER?
-~~Not yet out of the box, but that [should change
soon](https://github.com/clojure-emacs/cider/pull/3461). Feel free to help out
with the remaining work, so we can expedite the process.~~
-
-Support for `clojure-ts-mode` has landed on the `master` branch of CIDER (and
will be part of CIDER 1.14 when it's released). Make sure to grab the latest
CIDER from MELPA/GitHub.
+Yes! Preliminary support for `clojure-ts-mode` was released in [CIDER
1.14](https://github.com/clojure-emacs/cider/releases/tag/v1.14.0). Make sure
to grab the latest CIDER from MELPA/GitHub. Note that `clojure-mode` is still
needed for some APIs that haven't yet been ported to `clojure-ts-mode`.
For now, when you take care of the keybindings for the CIDER commands you use
and ensure `cider-mode` is enabled for `clojure-ts-mode` buffers in your
config, most functionality should already work:
@@ -228,7 +226,7 @@ Check out [this
article](https://metaredux.com/posts/2024/02/19/cider-preliminar
### Does `clojure-ts-mode` work with `inf-clojure`?
-[Ditto.](https://github.com/clojure-emacs/inf-clojure/pull/215)
+Currently, there is an [open
PR](https://github.com/clojure-emacs/inf-clojure/pull/215) adding support for
inf-clojure.
## License