sanel / monroe

Clojure nREPL client for Emacs
161 stars 21 forks source link

Use `pop-to-buffer` to re-use visible monroe window #26

Closed lukaszkorecki closed 6 years ago

lukaszkorecki commented 6 years ago

Currently when using C-z C-z I can nicely switch to *monroe* buffer, however, if it's visible already it would split current buffer and show it again. This patch improves that workflow and instead will switch to visible Monroe buffer or replace current one if it's not visible.

sanel commented 6 years ago

Thanks @lukaszkorecki !

lukaszkorecki commented 6 years ago

@sanel Happy to help!