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

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

[nongnu] elpa/golden-ratio 656117e490 93/95: change default minimal chan


From: ELPA Syncer
Subject: [nongnu] elpa/golden-ratio 656117e490 93/95: change default minimal change to 1
Date: Thu, 7 Sep 2023 22:02:16 -0400 (EDT)

branch: elpa/golden-ratio
commit 656117e49074cd0c86f2322c1c20951b84c36505
Author: Shou Ya <shouya@users.noreply.github.com>
Commit: Shou Ya <shouya@users.noreply.github.com>

    change default minimal change to 1
---
 golden-ratio.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/golden-ratio.el b/golden-ratio.el
index 201cf0f270..75572f0384 100644
--- a/golden-ratio.el
+++ b/golden-ratio.el
@@ -92,12 +92,12 @@ will prevent the window to be resized to the golden ratio."
   :type '(repeat string)
   :group 'golden-ratio)
 
-(defcustom golden-ratio-minimal-width-change 0
+(defcustom golden-ratio-minimal-width-change 1
   "Minimal width change needed to trigger actual window resizing."
   :group 'golden-ratio
   :type 'integer)
 
-(defcustom golden-ratio-minimal-height-change 0
+(defcustom golden-ratio-minimal-height-change 1
   "Minimal height change needed to trigger actual window resizing."
   :group 'golden-ratio
   :type 'integer)



reply via email to

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