summaryrefslogtreecommitdiff
path: root/lisp/init-framewin.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/init-framewin.el')
-rw-r--r--lisp/init-framewin.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/init-framewin.el b/lisp/init-framewin.el
index d804ad0..f84ba0c 100644
--- a/lisp/init-framewin.el
+++ b/lisp/init-framewin.el
@@ -38,7 +38,7 @@ Assumes that the window is only split into two."
(define-key window-map "s" 'km/swap-windows)
(define-key window-map "l" 'km/switch-window-split)
-(global-set-key (kbd "M-o") 'other-window)
+(global-set-key (kbd "M-o") 'scroll-other-window)
(defadvice clone-indirect-buffer-other-window
(after clone-indirect-and-widen activate)