branch: elpa/golden-ratio
commit c506ddc04a66e0e28e33b174399a96e77bc9e2b4
Author: EricGebhart <[email protected]>
Commit: EricGebhart <[email protected]>
Added explanation of golden-ratio-adjust.
---
README.md | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/README.md b/README.md
index 65eb80020f..52799772e4 100644
--- a/README.md
+++ b/README.md
@@ -36,6 +36,12 @@ If you want to disable automatic resizing done by
golden-ratio, just invoke
To call golden ratio manually just `M-x golden-ratio`
+If you use a large screen and have very wide frames, setting the
golden-ratio-adjust-width
+variable to something less than 1 will cause the windows to be less wide.
+The golden-ratio-adjust function allows for experimentation with this value.
+
+`M-x golden-ratio-adjust`
+
## Credits
Code inspired by ideas from [Tatsuhiro Ujihisa](http://twitter.com/ujm)