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
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ Most configuration changes will require reverting any active `clojure-ts-mode` b
22
22
23
23
`clojure-ts-mode` currently supports 2 different indentation strategies:
24
24
25
-
-`semantic`, the default, which tries to match the indentation of `clojure-mode` and cljfmt
25
+
-`semantic`, the default, which tries to match the indentation of `clojure-mode` and `cljfmt`
26
26
-`fixed`, [a simple indentation strategy outlined by Tonsky in a blog post](https://tonsky.me/blog/clojurefmt/)
27
27
28
28
Set the var `clojure-ts-indent-style` to change it.
@@ -46,7 +46,7 @@ highlighted like regular clojure code.
46
46
47
47
### Navigation and Evaluation
48
48
49
-
To make forms inside of `(comment ...)` forms appear as toplevel forms for evaluation and navigation, set
49
+
To make forms inside of `(comment ...)` forms appear as top-level forms for evaluation and navigation, set
50
50
51
51
```emacs-lisp
52
52
(setq clojure-ts-toplevel-inside-comment-form t)
@@ -186,7 +186,7 @@ under your `user-emacs-directory` (typically `~/.emacs.d` on Unix systems).
186
186
187
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
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:
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 functionality should already work:
0 commit comments