Fork me on GitHub
#component
<
2017-09-12
>
roosta13:09:38

@vinai not sure if you solved this, or that I understood your issue correctly but I have this in my cider config, to stop and start system when calling cider-refresh:

(setq
   cider-refresh-before-fn "user/stop"
   cider-refresh-after-fn "user/go"
)

vinai13:09:46

@roosta Thank you! I haven't had time to start digging more, but I will.

vinai13:09:21

For now I'm just manually calling (user/reset) instead of using cider-refresh.

roosta13:09:10

Ok 🙂 good luck, if theres anything else let me know.