Skip to content

Commit b5e7066

Browse files
kommenbbatsov
authored andcommitted
Tweak FAQ about cider
1 parent f11b680 commit b5e7066

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,13 @@ under your `user-emacs-directory` (typically `~/.emacs.d` on Unix systems).
184184

185185
### Does `clojure-ts-mode` work with CIDER?
186186

187-
Not yet, but [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.
187+
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.
188+
189+
For now, when you take care of the keybindings for the cider functions you use and ensure `cider-mode` is enabled for `clojure-ts-mode` buffers in your config, most functinality should already work:
190+
191+
```emacs-lisp
192+
(add-hook 'clojure-ts-mode-hook #'cider-mode)
193+
```
188194

189195
### Does `clojure-ts-mode` work with `inf-clojure`?
190196

0 commit comments

Comments
 (0)