how can I handle any errors that happen across ig/halt-key!
s with integrant.repl? I could`try..catch` each, but I'm not sure where to hook in some global error handler. As it stands with my setup, if any halt-key throws, CIDER will stack overflow :(
Maybe wrap ig/halt-key!
in a try catch?
If you want one specific error handler for all halt-keys, that would be the way I think