File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -179,7 +179,7 @@ interactively change this behavior.
179
179
Set the var ` clojure-ts-indent-style ` to change it.
180
180
181
181
``` emacs-lisp
182
- (setq clojure-ts-indent-style 'fixed)
182
+ (setopt clojure-ts-indent-style 'fixed)
183
183
```
184
184
185
185
> [ !TIP]
@@ -286,7 +286,7 @@ Forms that can be aligned vertically are configured via the following variables:
286
286
To highlight entire rich ` comment ` expression with the comment font face, set
287
287
288
288
``` emacs-lisp
289
- (setq clojure-ts-comment-macro-font-lock-body t)
289
+ (setopt clojure-ts-comment-macro-font-lock-body t)
290
290
```
291
291
292
292
By default this is ` nil ` , so that anything within a ` comment ` expression is
@@ -332,7 +332,7 @@ Example of regex syntax highlighting:
332
332
To make forms inside of ` (comment ...) ` forms appear as top-level forms for evaluation and navigation, set
333
333
334
334
``` emacs-lisp
335
- (setq clojure-ts-toplevel-inside-comment-form t)
335
+ (setopt clojure-ts-toplevel-inside-comment-form t)
336
336
```
337
337
338
338
### Fill paragraph
You can’t perform that action at this time.
0 commit comments