summaryrefslogtreecommitdiffhomepage
path: root/init.org
diff options
context:
space:
mode:
Diffstat (limited to 'init.org')
-rw-r--r--init.org3
1 files changed, 2 insertions, 1 deletions
diff --git a/init.org b/init.org
index bd2655b..d202e2b 100644
--- a/init.org
+++ b/init.org
@@ -1497,7 +1497,8 @@
:bind (:map doc-view-mode-map
("b" . jao-doc-view-back)
("B" . jao-doc-view-forward)
- ("S" . jao-doc-view-save-session)))
+ ("S" . jao-doc-view-save-session)
+ ("u" . jao-doc-view-visit-url)))
(use-package saveplace-pdf-view :ensure t :demand t :after doc-view)
#+end_src