diff --git a/README.org b/README.org index 3dfdd67..51e59a2 100644 --- a/README.org +++ b/README.org @@ -1420,6 +1420,9 @@ Set fill column to 88 and enable display in python buffers (use-package doc-view :defer t :ensure t + :bind ( :map doc-view-mode-map + ("" . doc-view-previous-page) + ("" . doc-view-next-page)) :custom (doc-view-resolution 200) (doc-view-imenu-enabled t)