roman / golden-ratio.el

Automatic resizing of Emacs windows to the golden ratio
MIT License
592 stars 39 forks source link

golden ratio with ecb problem #30

Closed tejasbubane closed 9 years ago

tejasbubane commented 11 years ago

I love Golden ratio and been using it for a while now, but recently I started using Emacs Code browser for my rails projects and the golden-ratio mode is working a bit odd with ecb. It resizes the ecb windows to a larger size. This behaviour might be natural for the golden ratio, but it takes up unnecessary space on the screen. I want golden-ratio to resize everything except ecb buffers. Is there any way to do so?

roman commented 9 years ago

You can try add the buffer name of ECB in this list:

https://github.com/roman/golden-ratio.el/blob/master/golden-ratio.el#L37

I'm going to close this, please re-open if this doesn't work for you.

Cheers.