roman / golden-ratio.el

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

golden-ratio constantly recentering my windows #32

Closed Bad-ptr closed 11 years ago

Bad-ptr commented 11 years ago

@thierryvolpiatto I'll ask that again... What's about (recenter) here? https://github.com/roman/golden-ratio.el/blob/master/golden-ratio.el#L98 It recenters window even if you run some command from M-x, that uses (point) for example. As for me it's kind of annoying. And it seems like golden-ratio will work without that recenter command. If it's your preferred behaviour maybe add customization for it? Or maybe I'm wrong and missed something?

monsanto commented 11 years ago

It's not necessary afaik. Delete (scroll-right) and (recenter), that is what I did.

Bad-ptr commented 11 years ago

ok. thanks