roman / golden-ratio.el

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

Temporarily inhibit golden-ratio when using undo-tree-mode #52

Open llcc opened 9 years ago

llcc commented 9 years ago

When using undo-tree-mode, the setup width of window for it has been broken by golden-ratio. So can you temporarily turn off golden-ratio when calling undo-tree, and turn on it again after undo-tree window closed?

Thanks ahead of time.

syl20bnr commented 8 years ago

Check if you can find some hooks in undo-tree to disable and re-enable golden-ratio.