I am working with emacs and nrepl. How can I do the following:
Exit
nrepl
(currently I just kill the buffer)Reload everything I was working with in
nrepl
.
The problem I'm trying to solve by doing this is that when I have loaded an ns
form and it has an error, I am unable to load the correct code because it keeps giving me the previous error.