branch: elpa/golden-ratio
commit 239eb4d9cbe7705c4c8c43456677aa31f111db01
Author: Thierry Volpiatto <[email protected]>
Commit: Thierry Volpiatto <[email protected]>

    (golden-ratio): scroll left.
---
 golden-ratio.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/golden-ratio.el b/golden-ratio.el
index 43ab2d5759..5b7d497abc 100644
--- a/golden-ratio.el
+++ b/golden-ratio.el
@@ -75,7 +75,8 @@ will not cause the window to be resized to the golden ratio."
                          always (funcall fun))))
     (let ((dims (golden-ratio--dimensions)))
       ;(balance-windows-area)
-      (golden-ratio--resize-window dims))))
+      (golden-ratio--resize-window dims)
+      (scroll-left))))
 
 ;; Should return nil
 (defadvice other-window

Reply via email to