summaryrefslogtreecommitdiffhomepage
path: root/custom/jao-custom-exwm.el
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2022-08-30 12:00:04 +0100
committerjao <jao@gnu.org>2022-08-30 12:00:04 +0100
commit7df1e0400ee5496535ff709caee54fb750af2c04 (patch)
tree2f4da48ebceac2201f77b58afc02fccede3f912d /custom/jao-custom-exwm.el
parentcccf4658ed4e9f900477698fb19af37634093059 (diff)
downloadelibs-7df1e0400ee5496535ff709caee54fb750af2c04.tar.gz
elibs-7df1e0400ee5496535ff709caee54fb750af2c04.tar.bz2
jao-pdf &co.
Diffstat (limited to 'custom/jao-custom-exwm.el')
-rw-r--r--custom/jao-custom-exwm.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/custom/jao-custom-exwm.el b/custom/jao-custom-exwm.el
index 1a11cd4..842fd1a 100644
--- a/custom/jao-custom-exwm.el
+++ b/custom/jao-custom-exwm.el
@@ -368,7 +368,6 @@
(defun jao-exwm-pdf-disable-zathura ()
(interactive)
- (define-key org-mode-map (kbd "C-c o") #'jao-org-org-goto-pdf)
(remove-hook 'kill-emacs-query-functions #'jao-exwm-pdf-zathura-close-all)
(setq jao-browse-doc-use-emacs-p t)
(setq jao-org-open-pdf-fun #'jao-find-or-open)
@@ -378,7 +377,7 @@
(defun jao-exwm-zathura-goto-pdf ()
(interactive)
(if jao-browse-doc-use-emacs-p
- (jao-org-org-goto-pdf)
+ (jao-org-goto-pdf)
(when-let (pdf (jao-org-org-to-pdf-file))
(jao-zathura-open-doc pdf))))