roman / golden-ratio.el

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

No more 'golden-ratio-enable'? #26

Closed superbobry closed 9 years ago

superbobry commented 11 years ago

Hello,

README says that golden-ratio should be initialized with:

(golden-ratio-enable)

However, this function seems to be missing in HEAD version. Can you please update README accordingly?

Thanks!

roman commented 11 years ago

Yes, @thierryvolpiatto we need to either do an alias to have backward compatibility or update the README, I have my hands tied right now. Can start doing something about next week.

thierryvolpiatto commented 11 years ago

Roman Gonzalez notifications@github.com writes:

Yes, @thierryvolpiatto we need to either do an alias to have backward compatibility or update the README, I have my hands tied right now. Can start doing something about next week.

I am travelling actually, and I can't do anything either, probably you should just update the README and tell people to use (golden-ratio-mode 1/-1) to enable/disable golden-ratio.


Reply to this email directly or view it on GitHub: https://github.com/roman/golden-ratio.el/issues/26#issuecomment-17969337

Thierry Get my Gnupg key: gpg --keyserver pgp.mit.edu --recv-keys 59F29997

roman commented 9 years ago

README.md updated with latest instructions (no more golden-ratio-enable)... closing