branch: elpa/golden-ratio
commit 33aa083b66638663f6d53128c6b99c8d8c60d916
Merge: 86ffa26952 892e668685
Author: Thierry Volpiatto <[email protected]>
Commit: Thierry Volpiatto <[email protected]>

    Merge pull request #33 from thierryvolpiatto/master
    
    * golden-ratio.el (golden-ratio): Fix Issue #32 don't recenter and scrol...
---
 golden-ratio.el | 1 -
 1 file changed, 1 deletion(-)

diff --git a/golden-ratio.el b/golden-ratio.el
index eb37ceb96a..c28b3d4f28 100644
--- a/golden-ratio.el
+++ b/golden-ratio.el
@@ -95,7 +95,6 @@ will not cause the window to be resized to the golden ratio."
       (golden-ratio-mode -1)
       (balance-windows)
       (golden-ratio--resize-window dims)
-      (scroll-right) (recenter)
       (golden-ratio-mode golden-p))))
 
 ;; Should return nil

Reply via email to