roman / golden-ratio.el

Automatic resizing of Emacs windows to the golden ratio
MIT License
589 stars 38 forks source link

Enable an option to toggle golden ratio at a per frame basis #53

Open barrosfelipe opened 9 years ago

barrosfelipe commented 9 years ago

I often have multiple frames, each with a different configuration of the windows, and sometimes only one or two where I want golden-ratio enabled. The problem is that when I toggle golden-ratio on, it toggles to all of them, several times destroying their window organization. Is there a way to implement it only in one frame and not in the others?

Thank you!