summaryrefslogtreecommitdiffhomepage
path: root/init.org
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2021-04-07 04:31:09 +0100
committerjao <jao@gnu.org>2021-04-07 04:31:09 +0100
commitf67bb416dabaef9d9c5262d37dc36afd481a7bab (patch)
tree2f830528ae1479ba959bdd7bc927fa3a6fd45a90 /init.org
parent984bff80c7dbe96e06cb3bd7ff90f1adfaca8ea5 (diff)
downloadelibs-f67bb416dabaef9d9c5262d37dc36afd481a7bab.tar.gz
elibs-f67bb416dabaef9d9c5262d37dc36afd481a7bab.tar.bz2
jao-doc-view-visit-url
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