Fork me on GitHub
#calva
<
2020-09-14
>
grumplet11:09:27

Should the calva-jack-in REPL load user.clj at start up like the CLI clj command does? It appears not to do this by default, so maybe there is a way to configure this behaviour?

grumplet11:09:24

OK, maybe I should be using startCode or connectCode in cavva.replConnectSequences?

sogaiu11:09:28

i just tried by placing user.clj in a directory that was on my classpath with some success. in my case the "src" subdirectory of my project was sufficient, but i think i read that anywhere on one's classpath ought to work.

sogaiu11:09:33

(in a comment in the code)

grumplet11:09:14

@sogaiu Thanks, Yes - it’s working for me now - I had a silly misconfiguration.

sogaiu11:09:44

glad to hear it's working 🙂

pez11:09:22

Thanks for helping to help, @sogaiu ❤️

👍 3
Jack Arrington13:09:31

Found a minor bug/inconsistency in Calva's syntax highlighting. cond is highlighted as a keyword but condp is not:

Jack Arrington13:09:11

Not a big deal obviously, just pointing out