branch: elpa/golden-ratio
commit 656117e49074cd0c86f2322c1c20951b84c36505
Author: Shou Ya <[email protected]>
Commit: Shou Ya <[email protected]>
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)