Fork me on GitHub
#cider
<
2020-11-24
>
arthur05:11:10

is it possible to have more than one cider-scratch buffer in an emacs process? if I'm connected to two nrepl servers I'd like to be able to have both, or at least switch between them

arthur05:11:41

or am i doing this wrong?

bozhidar11:11:23

I think you need to rename the buffers after creating them, if you need more than one. You can also manually set which REPL is connected to each scratch buffer.

🙂 3
arthur19:11:52

what was the name of that thing that where cider stops and lets you edit the clj command before it starts it to run the nrepl?

arthur19:11:10

it was one of the jack-in variations,

Derek20:11:25

prefix the command with C-u?

👍 3
hoppy21:11:14

Went back to trying to lounge in emacs for a while. Getting this with cider-20201124.804. Project works in calva. Ideas?

Derek21:11:36

Is there a .dir-locals.el file?

hoppy21:11:37

nm. I'm picking :node instead of :shadow

hoppy21:11:10

I was picking node instead of shadow for repl type - getting rusty....