summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2020-08-31 14:24:00 -0700
committerSean Whitton <spwhitton@spwhitton.name>2020-08-31 14:24:00 -0700
commit707250a2458b6976b199451d48c529b584448b42 (patch)
treedde96f11d713a9c55c1e20c4ea8f26248e2ab7f7
parent7b2860b401460a1436622f6074cbe79fa8fc1096 (diff)
downloaddotfiles-707250a2458b6976b199451d48c529b584448b42.tar.gz
C-c V should not consider the minibuffer
-rw-r--r--.emacs.d/init-spw.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.d/init-spw.el b/.emacs.d/init-spw.el
index decf1f48..c3940467 100644
--- a/.emacs.d/init-spw.el
+++ b/.emacs.d/init-spw.el
@@ -1580,7 +1580,7 @@ Single prefix argument to clear."
(kill-local-variable 'other-window-scroll-buffer)
(setq-local other-window-scroll-buffer
(window-buffer (spw/get-mru-window)))
- (message "C-M-v will scroll %s" (window-buffer (spw/get-mru-window)))))
+ (message "C-M-v will scroll %s" (window-buffer (get-mru-window)))))
(global-set-key "\C-cV" #'spw/set-other-window-to-scroll)
(defconst spw/buffer-siblings-major-modes