We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c0fd75 commit 380073eCopy full SHA for 380073e
cider.el
@@ -1232,7 +1232,7 @@ It's intended to be used in your Emacs config."
1232
(defcustom cider-default-cljs-repl nil
1233
"The default ClojureScript REPL to start.
1234
This affects commands like `cider-jack-in-cljs'. Generally it's
1235
-intended to be set via .dir-locals.el for individual projects, as its
+intended to be set via .dir-locals.el for individual projects, as it's
1236
relatively unlikely you'd like to use the same type of REPL in each project
1237
you're working on."
1238
:type '(choice (const :tag "Figwheel" figwheel)
0 commit comments