branch: elpa/golden-ratio
commit 26f616f65830624c2892f2d25349b54bea7933a3
Author: EricGebhart <[email protected]>
Commit: EricGebhart <[email protected]>

    set auto-scale to nil by default.
---
 golden-ratio.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/golden-ratio.el b/golden-ratio.el
index fb7fb4f70d..2fd65814a6 100644
--- a/golden-ratio.el
+++ b/golden-ratio.el
@@ -74,7 +74,7 @@ will not cause the window to be resized to the golden ratio."
   :group 'golden-ratio
   :type 'float)
 
-(defcustom golden-ratio-auto-scale f
+(defcustom golden-ratio-auto-scale nil
   "Automatic width adjustment factoring. Scales the width
    of the screens to be smaller as the frame gets bigger."
   :group 'golden-ratio

Reply via email to