From 707250a2458b6976b199451d48c529b584448b42 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Mon, 31 Aug 2020 14:24:00 -0700 Subject: C-c V should not consider the minibuffer --- .emacs.d/init-spw.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3