From d69726b67601c5292dc5da46f0e3b15c0b120329 Mon Sep 17 00:00:00 2001 From: JSDurand Date: Mon, 19 Jul 2021 17:59:18 +0800 Subject: change: view-conf * view-conf.el (durand-focus-map): (view-mode-map): Bind paragraph-moving functions to 'view-mode-map' instead of 'durand-focus-map'. --- view-conf.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'view-conf.el') diff --git a/view-conf.el b/view-conf.el index f1f015f..7e00f5c 100644 --- a/view-conf.el +++ b/view-conf.el @@ -286,8 +286,8 @@ options to choose from." (define-key durand-focus-map (vector ?\s-v) #'view-mode) (define-key durand-focus-map (vector ?\s-x) #'durand-focus) -(define-key durand-focus-map (vector ?f) #'durand-scroll-next-paragraph) -(define-key durand-focus-map (vector ?b) #'durand-scroll-prev-paragraph) +(define-key view-mode-map (vector ?f) #'durand-scroll-next-paragraph) +(define-key view-mode-map (vector ?b) #'durand-scroll-prev-paragraph) ;;;###autoload (define-minor-mode durand-focus -- cgit v1.2.3-18-g5258