diff options
Diffstat (limited to 'custom/jao-custom-exwm.el')
-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)))) |