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 f19370a commit a4f1ae4Copy full SHA for a4f1ae4
cider.el
@@ -715,7 +715,7 @@ It's intended to be used in your Emacs config."
715
(user-error "The init form must be a string or a symbol referring to a function"))
716
(unless (or (null requirements-fn) (symbolp requirements-fn))
717
(user-error "The requirements-fn must be a symbol referring to a function"))
718
- (add-to-list 'cider-cljs-repl-types (list name init-form requirements-fn)))
+ (add-to-list 'cider-cljs-repl-types (list type init-form requirements-fn)))
719
720
(defcustom cider-default-cljs-repl nil
721
"The default ClojureScript REPL to start.
0 commit comments