branch: elpa/golden-ratio
commit 86ffa26952aad4bc3d83fb766c0dd638920e72f3
Merge: f4c0dbb164 12b57a3904
Author: Thierry Volpiatto <[email protected]>
Commit: Thierry Volpiatto <[email protected]>
Merge pull request #31 from thierryvolpiatto/master
* golden-ratio.el: Fix Issue #29, a typo.
---
golden-ratio.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/golden-ratio.el b/golden-ratio.el
index eb3601c58e..eb37ceb96a 100644
--- a/golden-ratio.el
+++ b/golden-ratio.el
@@ -130,7 +130,7 @@ will not cause the window to be resized to the golden
ratio."
(remove-hook 'window-configuration-change-hook 'golden-ratio)
(remove-hook 'post-command-hook 'golden-ratio--post-command-hook)
(ad-deactivate 'other-window)
- (ad-activate 'pop-to-buffer)))
+ (ad-deactivate 'pop-to-buffer)))
(provide 'golden-ratio)