summaryrefslogtreecommitdiffstats
path: root/.emacs.d
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d')
-rw-r--r--.emacs.d/init.org8
1 files changed, 8 insertions, 0 deletions
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