emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/golden-ratio 26f616f658 70/95: set auto-scale to nil by de


From: ELPA Syncer
Subject: [nongnu] elpa/golden-ratio 26f616f658 70/95: set auto-scale to nil by default.
Date: Thu, 7 Sep 2023 22:02:14 -0400 (EDT)

branch: elpa/golden-ratio
commit 26f616f65830624c2892f2d25349b54bea7933a3
Author: EricGebhart <e.a.gebhart@gmail.com>
Commit: EricGebhart <e.a.gebhart@gmail.com>

    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

[Prev in Thread] Current Thread [Next in Thread]