summaryrefslogtreecommitdiffhomepage
path: root/exwm.org
diff options
context:
space:
mode:
Diffstat (limited to 'exwm.org')
-rw-r--r--exwm.org11
1 files changed, 3 insertions, 8 deletions
diff --git a/exwm.org b/exwm.org
index 06ecea9..996c840 100644
--- a/exwm.org
+++ b/exwm.org
@@ -370,14 +370,9 @@
#+end_src
* Hydras
#+begin_src emacs-lisp
- (major-mode-hydra-define pdf-view-mode nil
- ("Elsewhere"
- (("b" (jao-buffer-same-mode 'pdf-view-mode) "other PDFs")
- ("o" jao-org-pdf-goto-org "notes file")
- ("O" (jao-org-pdf-goto-org 4) "notes file, linking"))
- "External"
- (("p" doc-view-presentation "presentation")
- ("z" jao-exwm-open-with-zathura "open with zathura")
+ (major-mode-hydra-define+ pdf-view-mode nil
+ ("External"
+ (("z" jao-exwm-open-with-zathura "open with zathura")
("m" jao-exwm-open-with-mupdf "open with mupdf"))))
(defhydra jao-hydra-float (:color blue)