Fork me on GitHub
#cider
<
2016-06-17
>
gowder21:06:02

can I ask an emacs/cider total noob question? I'm using cider with emacs, and whenever the repl throws an error, in addition to throwing an error in the window I'm using for the repl, it also pops up a special buffer of its own in a window along the bottom to throw the error. That second window drives me a little insane, but I'm too new to emacs to have any clue how to make it stop doing that. Can anyone give me a pointer? Thanks!

zzamboni21:06:58

@gowder: add this to your .emacs:

zzamboni21:06:04

;; error buffer not popping up (setq cider-show-error-buffer nil)