From abef7fd06df3eb0cae53b8f6c14171ab71ff8cd9 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Thu, 18 Apr 2019 19:26:25 -0400 Subject: [PATCH] emacs: add M-RET binding in DocView for scrolling up just like in Gnus --- .emacs.d/init.org | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.emacs.d/init.org b/.emacs.d/init.org index 77d5144..4f782c6 100644 --- a/.emacs.d/init.org +++ b/.emacs.d/init.org @@ -1315,6 +1315,14 @@ There's no way I could top that, so I won't attempt to. :config (dash-enable-font-lock)) #+end_src +*** DocView + +#+begin_src emacs-lisp +(use-package doc-view + :bind (:map doc-view-mode-map + ("M-RET" . image-previous-line))) +#+end_src + * Editing :PROPERTIES: :CUSTOM_ID: editing -- 2.20.1