summaryrefslogtreecommitdiff
path: root/doc/clojurescript.md
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2018-04-28 07:27:32 -0500
committerBozhidar Batsov <bozhidar@batsov.com>2018-04-28 07:27:32 -0500
commita2534bfdeb8f574e4fb4cc8b3697be8606f126f3 (patch)
tree7eb4221125b2a69eddf7eadafd43722fb81a9159 /doc/clojurescript.md
parent69e6bed26f84bbd4432c8600d085e2def872ff08 (diff)
Convert the ClojureScript repl type to a symbol
That's done for consistency with the rest of the configuration. Typically in Emacs configuration keys are symbols, not strings. The previous arrangement was an oversight of mine.
Diffstat (limited to 'doc/clojurescript.md')
-rw-r--r--doc/clojurescript.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/clojurescript.md b/doc/clojurescript.md
index 6f1b13e4..a3a43635 100644
--- a/doc/clojurescript.md
+++ b/doc/clojurescript.md
@@ -56,7 +56,7 @@ You can suppress the prompt the REPL to use by setting `cider-default-cljs-repl`
Here's an example that will make Nashorn the default:
```el
-(setq cider-default-cljs-repl "Nashorn")
+(setq cider-default-cljs-repl 'nashorn)
```
All supported ClojureScript REPLs are stored in
@@ -64,7 +64,7 @@ All supported ClojureScript REPLs are stored in
`cider-register-cljs-repl-type` in your Emacs configuration.
```el
-(cider-register-cljs-repl-type "super-cljs" "(do (...))" optional-requirements-function)
+(cider-register-cljs-repl-type 'super-cljs "(do (...))" optional-requirements-function)
```
You can also create a ClojureScript REPL with the command