diff options
author | jao <jao@gnu.org> | 2022-08-30 12:00:04 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2022-08-30 12:00:04 +0100 |
commit | 7df1e0400ee5496535ff709caee54fb750af2c04 (patch) | |
tree | 2f4da48ebceac2201f77b58afc02fccede3f912d /custom | |
parent | cccf4658ed4e9f900477698fb19af37634093059 (diff) | |
download | elibs-7df1e0400ee5496535ff709caee54fb750af2c04.tar.gz elibs-7df1e0400ee5496535ff709caee54fb750af2c04.tar.bz2 |
jao-pdf &co.
Diffstat (limited to 'custom')
-rw-r--r-- | custom/jao-custom-exwm.el | 3 |
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)))) |