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
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -180,6 +180,16 @@ Then tell Emacs where to find the shared library by adding something like this t
180
180
OR you can move the `libtree-sitter-clojure.so`/`libtree-sitter-clojure.dylib` to a directory named `tree-sitter`
181
181
under your `user-emacs-directory` (typically `~/.emacs.d` on Unix systems).
182
182
183
+
## Frequently Asked Questions
184
+
185
+
### Does `clojure-ts-mode` work with CIDER?
186
+
187
+
Not yet, but [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
+
189
+
### Does `clojure-ts-mode` work with `inf-clojure`?
0 commit comments