File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ Those will be addressed over the time, as more and more people use `clojure-ts-m
56
56
### Requirements
57
57
58
58
For ` clojure-ts-mode ` to work, you need Emacs 30+ built with TreeSitter support.
59
- To check if your Emacs supports tree sitter run the following (e.g. by using ` M-: ` ):
59
+ To check if your Emacs supports TreeSitter run the following (e.g. by using ` M-: ` ):
60
60
61
61
``` emacs-lisp
62
62
(treesit-available-p)
@@ -84,15 +84,15 @@ grammars
84
84
85
85
clojure-ts-mode is available on [ MElPA] ( https://melpa.org/#/clojure-ts-mode ) and
86
86
[ NonGNU ELPA] ( https://elpa.nongnu.org/nongnu/clojure-ts-mode.html ) .
87
- It can be installed with
87
+ It can be installed with:
88
88
89
89
``` emacs-lisp
90
90
(package-install 'clojure-ts-mode)
91
91
```
92
92
93
93
#### package-vc
94
94
95
- Emacs 29 also includes ` package-vc-install ` , so you can run
95
+ Emacs also includes ` package-vc-install ` , so you can run:
96
96
97
97
``` emacs-lisp
98
98
(package-vc-install "https://github.com/clojure-emacs/clojure-ts-mode")
@@ -112,7 +112,7 @@ git clone https://github.com/clojure-emacs/clojure-ts-mode.git
112
112
(add-to-list 'load-path "~/path/to/clojure-ts-mode/")
113
113
```
114
114
115
- Once installed, evaluate clojure-ts-mode.el and you should be ready to go.
115
+ Once installed, evaluate ` clojure-ts-mode.el ` and you should be ready to go.
116
116
117
117
### Install tree-sitter grammars
118
118
You can’t perform that action at this time.
0 commit comments