I have a buffer (belonging to ein mode that got into a bad state) that throws an elisp error every time I try to kill it (using ibuffer, M-x kill-this-buffer
, etc.)
Backtrace suggests that the buffer is trying to run some elisp that is failing. Is it possible to just kill that buffer without running any hooks?