File tree 1 file changed +8
-3
lines changed
1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -350,9 +350,9 @@ refactoring commands in `clojure-mode`.
350
350
### Does ` clojure-ts-mode ` work with CIDER?
351
351
352
352
Yes! Preliminary support for ` clojure-ts-mode ` was released in [ CIDER
353
- 1.14] ( https://github.com/clojure-emacs/cider/releases/tag/v1.14.0 ) . Make sure to
354
- grab the latest CIDER from MELPA/GitHub. Note that ` clojure-mode ` is still
355
- needed for some APIs that haven't yet been ported to ` clojure-ts-mode ` .
353
+ 1.14] ( https://github.com/clojure-emacs/cider/releases/tag/v1.14.0 ) . Note that
354
+ ` clojure-mode ` is still needed for some APIs that haven't yet been ported to
355
+ ` clojure-ts-mode ` .
356
356
357
357
For now, when you take care of the keybindings for the CIDER commands you use
358
358
and ensure ` cider-mode ` is enabled for ` clojure-ts-mode ` buffers in your config,
@@ -364,6 +364,11 @@ most functionality should already work:
364
364
365
365
Check out [ this article] ( https://metaredux.com/posts/2024/02/19/cider-preliminary-support-for-clojure-ts-mode.html ) for more details.
366
366
367
+ > [ !NOTE]
368
+ >
369
+ > The dynamic indentation feature in CIDER requires clojure-ts-mode 0.3+.
370
+ > Dynamic font-locking currently doesn't work with clojure-ts-mode.
371
+
367
372
### Does ` clojure-ts-mode ` work with ` inf-clojure ` ?
368
373
369
374
Currently, there is an [ open PR] ( https://github.com/clojure-emacs/inf-clojure/pull/215 ) adding support for inf-clojure.
You can’t perform that action at this time.
0 commit comments