Fork me on GitHub
#spacemacs
<
2017-03-07
>
Sam H14:03:35

anyone know how I can specify which profile cider-jack-in uses?

leo14:03:18

you can invoke cider-jack-in with a prefix argument. SPC u , ‘

Sam H15:03:01

how do you actually load the profile? I've tried adding with-profile test and it seems to still pick up the default dev profile

Sam H15:03:38

actually seems like you need the with-profile infont of the repl arg

Sam H15:03:11

so with-profile test repl :headless works. Also you can actually edit the cider-lein-parameters variable if needed