You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Update `.dir-locals.el` in all of your clojure projects to activate directory local variables in clojure-ts-mode.
204
+
- Update `.dir-locals.el` in all of your Clojure projects to activate directory local variables in `clojure-ts-mode`.
206
205
207
-
example:
208
206
```emacs-lisp
209
207
((clojure-mode
210
208
(cider-clojure-cli-aliases . ":test:repl"))
@@ -218,14 +216,16 @@ example:
218
216
219
217
~~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.~~
220
218
221
-
Support for clojure-ts-mode has landed on the master branch. Make sure to grab the latest cider from melpa/github.
219
+
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.
222
220
223
-
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 functionality should already work:
221
+
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:
224
222
225
223
```emacs-lisp
226
224
(add-hook 'clojure-ts-mode-hook #'cider-mode)
227
225
```
228
226
227
+
Check out [this article](https://metaredux.com/posts/2024/02/19/cider-preliminary-support-for-clojure-ts-mode.html) for more details.
228
+
229
229
### Does `clojure-ts-mode` work with `inf-clojure`?
0 commit comments