emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/cider 13082e7fae 2/3: [Docs] Mention that the upgrade form


From: ELPA Syncer
Subject: [nongnu] elpa/cider 13082e7fae 2/3: [Docs] Mention that the upgrade form is not needed for native ClojureScript
Date: Wed, 21 Dec 2022 04:58:34 -0500 (EST)

branch: elpa/cider
commit 13082e7fae8e8e57167a766608b4a7ef18e59f54
Author: Bozhidar Batsov <bozhidar@batsov.dev>
Commit: Bozhidar Batsov <bozhidar@batsov.dev>

    [Docs] Mention that the upgrade form is not needed for native ClojureScript
    REPLs
---
 doc/modules/ROOT/pages/cljs/configuration.adoc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/doc/modules/ROOT/pages/cljs/configuration.adoc 
b/doc/modules/ROOT/pages/cljs/configuration.adoc
index 1ef79bde74..86831104d8 100644
--- a/doc/modules/ROOT/pages/cljs/configuration.adoc
+++ b/doc/modules/ROOT/pages/cljs/configuration.adoc
@@ -46,6 +46,8 @@ All supported ClojureScript REPLs are stored in
 (cider-register-cljs-repl-type 'super-cljs "(do (...))" 
optional-requirements-function)
 ----
 
+NOTE: If you're registering a self-hosted (native) ClojureScript REPL (e.g. 
`scittle`), the "upgrade" form should be `nil`.
+
 You can also modify the known ClojureScript REPLs on a per-project basis using
 `.dir-locals.el`:
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]