From 7df1e0400ee5496535ff709caee54fb750af2c04 Mon Sep 17 00:00:00 2001 From: jao Date: Tue, 30 Aug 2022 12:00:04 +0100 Subject: jao-pdf &co. --- custom/jao-custom-exwm.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'custom') 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)))) -- cgit v1.2.3