Skip to content

Commit 9203523

Browse files
committed
Documentation adjustments
1 parent 9044f1b commit 9203523

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* It will be progressively refined and documented, please consider this alpha software.
1717
- [#2958](https://github.com/clojure-emacs/cider/issues/2958), [#3279](https://github.com/clojure-emacs/cider/issues/3279): `cider-test-run-test`: support arbitrary deftest-like forms, defns with :test metadata, and search for a `-test` counterpart for a given defn (following `cider-test-infer-test-ns` logic).
1818
- This also makes obsolete the `cider-test-defining-forms` customization variable.
19-
- [#3461](https://github.com/clojure-emacs/cider/pull/3461) Basic support for using CIDER from [clojure-ts-mode](https://github.com/clojure-emacs/clojure-ts-mode)
19+
- [#3461](https://github.com/clojure-emacs/cider/pull/3461) Basic support for using CIDER with [clojure-ts-mode](https://github.com/clojure-emacs/clojure-ts-mode)
2020
- The clojure-mode dependency is still required for CIDER to function
2121
- some features like `cider-dynamic-indentation` and `cider-font-lock-dynamically` do not work with clojure-ts-mode (yet).
2222

doc/modules/ROOT/pages/usage/cider_mode.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ it, so you can be productive.
1818
(add-hook 'clojure-mode-hook #'cider-mode)
1919
----
2020

21-
or if you are using `clojure-ts-mode`
21+
or if you are using `clojure-ts-mode`:
2222

2323
[source,lisp]
2424
----

0 commit comments

Comments
 (0)