diff options
-rw-r--r-- | view-conf.el | 4 |
1 files changed, 2 insertions, 2 deletions
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 |