I'm looking to set up slime+lein-swank to reload source files referenced from the repl when i save the file. currently i do this:
- edit file
- save file
- switch to repl
- (use :reload-all 'com.package.namespace)
- test stuff
I want to not have to remember to do step 4.