Open amalloy opened 11 years ago
As it's set now, q just breaks the entire nrepl/ritz session. I bound it to abort instead of quit, and now it does roughly what's expected by slime/swank users.
q
abort
quit
Fixes #9.
As it's set now,
q
just breaks the entire nrepl/ritz session. I bound it toabort
instead ofquit
, and now it does roughly what's expected by slime/swank users.