Skip to content

Commit

Permalink
lv.el (lv-window): Bind `golden-ratio-mode' to nil
Browse files Browse the repository at this point in the history
Re #64.
  • Loading branch information
abo-abo committed Mar 4, 2015
1 parent 9c68e0a commit e1e2e3e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lv.el
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
(if (window-live-p lv-wnd)
lv-wnd
(let ((ori (selected-window))
(golden-ratio-mode nil)
buf)
(prog1 (setq lv-wnd
(select-window
Expand Down

0 comments on commit e1e2e3e

Please sign in to comment.