File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 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`.
350350### Does ` clojure-ts-mode ` work with CIDER?
351351
352352Yes! 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 ` .
356356
357357For now, when you take care of the keybindings for the CIDER commands you use
358358and ensure ` cider-mode ` is enabled for ` clojure-ts-mode ` buffers in your config,
@@ -364,6 +364,11 @@ most functionality should already work:
364364
365365Check out [ this article] ( https://metaredux.com/posts/2024/02/19/cider-preliminary-support-for-clojure-ts-mode.html ) for more details.
366366
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+
367372### Does ` clojure-ts-mode ` work with ` inf-clojure ` ?
368373
369374Currently, 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