summaryrefslogtreecommitdiffhomepage
path: root/init.org
diff options
context:
space:
mode:
Diffstat (limited to 'init.org')
-rw-r--r--init.org10
1 files changed, 10 insertions, 0 deletions
diff --git a/init.org b/init.org
index 06777e5..2b1a695 100644
--- a/init.org
+++ b/init.org
@@ -1635,6 +1635,16 @@
(setq jao-org-open-pdf-fun #'jao-afio-open-pdf)
#+END_SRC
+*** Hydra
+ #+begin_src emacs-lisp
+ (major-mode-hydra-define pdf-view-mode nil
+ ("Notes"
+ (("o" jao-org-pdf-goto-org "notes file")
+ ("O" (jao-org-pdf-goto-org 4) "notes file, linking"))
+ "Session"
+ (("g" jao-doc-view-goto-bmk "go to saved bookmark")
+ ("s" jao-open-pdf-session "load session"))))
+ #+end_src
* Email
*** message mode
***** Customization