Fork me on GitHub
#cursive
<
2018-10-17
>
Rachel Westmacott09:10:06

@azzurite I usually have a function for this in my user ns, and bind it to a keyboard shortcut via ‘Edit REPL Commands’ and ‘Preferences -> Keymap’, but I guess that @souenzzo’s suggestion of profiles means you can set up separate run configurations for each, so it’s only one action to start a Cljs REPL (though I can’t seem to find a keyboard shortcut setup for specific run configurations… :thinking_face: )

Azzurite09:10:25

I have the same setup, was just wondering if it was possible to remove that last bit 😄 The different profiles would theoretically work, but when I run the clojurescript REPL directly in the namespace, cursive doesn't register that the REPL finished starting and just assumes it's still starting up (because the "start cljs repl" command never finishes, presumably), so that doesn't work

Rachel Westmacott09:10:16

(ah… Alt + Shift + F10)

royalaid19:10:12

@cfleming is there an easy way for me to correct static analysis of https://github.com/Engelberg/better-cond?

Paco20:10:49

Was the run test under caret option removed?

Paco20:10:00

I dont see it