Fork me on GitHub
#cursive
<
2022-03-19
>
SK12:03:43

How to load a namespace on REPL startup? For example I'd like to silence a few loggers, set up humane-test-output for tests, etc.

AJ Jaro23:03:51

Can you include it in your user namespace?

👍 1
cfleming20:03:15

Right, user.clj is generally the best way to achieve this. Note that humane-test-output interferes with Cursive’s test integration, in case you want to use that.

👍 1