Skip to content

Commit 13082e7

Browse files
committed
[Docs] Mention that the upgrade form is not needed for native ClojureScript
REPLs
1 parent 1d051d8 commit 13082e7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/modules/ROOT/pages/cljs/configuration.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ All supported ClojureScript REPLs are stored in
4646
(cider-register-cljs-repl-type 'super-cljs "(do (...))" optional-requirements-function)
4747
----
4848

49+
NOTE: If you're registering a self-hosted (native) ClojureScript REPL (e.g. `scittle`), the "upgrade" form should be `nil`.
50+
4951
You can also modify the known ClojureScript REPLs on a per-project basis using
5052
`.dir-locals.el`:
5153

0 commit comments

Comments
 (0)