Skip to content

Commit ddc6696

Browse files
committed
Add clojure-ts-toplevel-inside-comment-form to README
1 parent 090867e commit ddc6696

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,14 @@ Too highlight entire rich `comment` expression with the comment font face, set
3939
By default this is `nil`, so that anything within a `comment` expression is
4040
highlighted like regular clojure code.
4141

42+
### Navigation and Evaluation
43+
44+
To make forms inside of `(comment ...)` forms appear as toplevel forms for evaluation and navigation, set
45+
46+
``` emacs-lisp
47+
(setq clojure-ts-toplevel-inside-comment-form t)
48+
```
49+
4250
## Rationale
4351

4452
[clojure-mode](https://github.com/clojure-emacs/clojure-mode) has served us well

0 commit comments

Comments
 (0)