[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
- [nongnu] elpa/golden-ratio 12b57a3904 53/95: * golden-ratio.el: Fix Issue #29, a typo., (continued)
- [nongnu] elpa/golden-ratio 12b57a3904 53/95: * golden-ratio.el: Fix Issue #29, a typo., ELPA Syncer, 2023/09/07
- [nongnu] elpa/golden-ratio 86ffa26952 54/95: Merge pull request #31 from thierryvolpiatto/master, ELPA Syncer, 2023/09/07
- [nongnu] elpa/golden-ratio 0b90ffbf02 59/95: Delay window reconfig to fix autofollow, ELPA Syncer, 2023/09/07
- [nongnu] elpa/golden-ratio 73e9bd7f94 57/95: Merge remote-tracking branch 'upstream/master', ELPA Syncer, 2023/09/07
- [nongnu] elpa/golden-ratio 7da7dd7d53 60/95: * golden-ratio.el (golden-ratio-recenter): New user var, allow recentering, ELPA Syncer, 2023/09/07
- [nongnu] elpa/golden-ratio 892e668685 55/95: * golden-ratio.el (golden-ratio): Fix Issue #32 don't recenter and scroll-right., ELPA Syncer, 2023/09/07
- [nongnu] elpa/golden-ratio cb9ccd04bb 58/95: Also resize windows when using mouse, ELPA Syncer, 2023/09/07
- [nongnu] elpa/golden-ratio 79ead1cba6 61/95: Merge pull request #35 from thierryvolpiatto/master, ELPA Syncer, 2023/09/07
- [nongnu] elpa/golden-ratio d4a2dd0aeb 63/95: * golden-ratio.el (golden-ratio-mode): Issue #34 remove mouse-leave-buffer-hook when mode is off., ELPA Syncer, 2023/09/07
- [nongnu] elpa/golden-ratio 6851a5f720 67/95: Added golden-ratio-toggle-widescreen function, ELPA Syncer, 2023/09/07
- [nongnu] elpa/golden-ratio 26f616f658 70/95: set auto-scale to nil by default.,
ELPA Syncer <=
- [nongnu] elpa/golden-ratio e2cbe68277 71/95: Use a common way to avoid recursion, ELPA Syncer, 2023/09/07
- [nongnu] elpa/golden-ratio 79b1743fc1 73/95: Merge pull request #45 from vkazanov/master, ELPA Syncer, 2023/09/07
- [nongnu] elpa/golden-ratio b78f921f56 74/95: Allow using symbols in golden-ratio-exclude-modes., ELPA Syncer, 2023/09/07
- [nongnu] elpa/golden-ratio 7215ffcc56 77/95: Don't shrink selected window, ELPA Syncer, 2023/09/07
- [nongnu] elpa/golden-ratio 5a661d32df 80/95: Fix usage of golden-ration in gnus buffers (#49)., ELPA Syncer, 2023/09/07
- [nongnu] elpa/golden-ratio 4f24b707da 82/95: Allow using golden-ration command when golden-ratio-mode is disabled (#51)., ELPA Syncer, 2023/09/07
- [nongnu] elpa/golden-ratio 72b028808b 83/95: Allow buffer exclusion with regular expressions (#58)., ELPA Syncer, 2023/09/07
- [nongnu] elpa/golden-ratio d06170e2b7 84/95: fix for persp-switch-quick, ELPA Syncer, 2023/09/07
- [nongnu] elpa/golden-ratio 9059e1d139 87/95: Merge pull request #66 from Bad-ptr/master, ELPA Syncer, 2023/09/07
- [nongnu] elpa/golden-ratio 007911d8a4 89/95: Merge pull request #62 from arbelt/persp-fix, ELPA Syncer, 2023/09/07