Fork me on GitHub
#emacs
<
2023-12-26
>
joshcho03:12:09

stupid question, but after cider-jack-in, how do i get my cljc project to call (main) ? do i need to use babashka?

vemv06:12:27

I'd suggest customizing cider-repl-init-code or cider-connected-hook (The former seems a better idea since it will be run once at most - sessions can be potentially be restarted)

❤️ 1
practicalli-johnny08:12:06

Or just evaluate (main) manually so if main function breaks or something it calls breaks, then a repl can still be run to help fix the breaking code.

2