Fork me on GitHub
#emacs
<
2020-02-18
>
joost-diepenmaat13:02:17

Hi, I’m working on some code for my own use which I’d like to run from the CIDER repl. It needs to ask for user input and I’d like to provide an editable string (prefilled answer) and in other places a list editable items

joost-diepenmaat13:02:44

similar to ido-completing-read.

joost-diepenmaat13:02:32

is there anything available that would let me hook into that emacs functionality from CIDER/clojure?