Fork me on GitHub
#cider
<
2020-09-06
>
theeternalpulse19:09:43

Hi, is there a way to have cider connect to a specific host/port/repl-type/config when I do cider-connect-clj instead of choosing each time?

nivekuil23:09:10

C-h f cider-connect-clj tells me

Initialize a Clojure connection to an nREPL server. PARAMS is a plist optionally containing :host, :port and :project-dir.  On prefix argument, prompt for all the parameters.

theeternalpulse01:09:17

ah, I'd have to wrap the function and rebind to look in a config, figured it allowd configuring out the box