Fork me on GitHub
#nrepl
<
2023-02-13
>
jmerrifield21:02:24

I've got a simple embedded nrepl server running using the example code from the docs:

(start-server :port port :handler cider-nrepl-handler)
I'd love to be able to customize the REPL prompt that is shown when connecting to this server, is that possible?

pez21:02:02

It’s your repl client rendering the prompt, so it will depend if you can do that or not.

jmerrifield21:02:02

OK I was wondering if it was more of a client thing, I'm using cider within Emacs, so I guess I just need to check the docs for that?

pez21:02:14

Yes, I’d start there.

jmerrifield21:02:25

Awesome, thanks!