Fork me on GitHub
#cider
<
2017-07-09
>
cjhowe15:07:33

is there a way to do something like cider-cljs-lein-repl for the normal non-cljs repl? or is there a way to make it so two repl's don't show up when i do cider-jack-in-clojurescript? doing front-end only so i don't need the non-cljs repl

dpsutton16:07:14

i don't believe so

dpsutton16:07:35

cljs repl starts up as an optional to the clj repl starting up and requires it

dpsutton16:07:53

will take some changing of code but i think it would be worthwhile

dpsutton16:07:06

in cider-jack-in (when cljs-too #'cider-create-sibling-cljs-repl)

cjhowe16:07:53

thanks! maybe i'll get good enough at elisp to submit a PR