branch: elpa/golden-ratio
commit 12b57a39042b7b68f32dbab488e134d989abaced
Author: Thierry Volpiatto <[email protected]>
Commit: Thierry Volpiatto <[email protected]>
* 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)