From 0db03a3d92fda3c0cf368826d0fe5a224ad688d0 Mon Sep 17 00:00:00 2001 From: jao Date: Fri, 23 Sep 2022 00:59:24 +0100 Subject: cleanups for pdf navigation --- lib/eos/jao-wayland.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/eos') diff --git a/lib/eos/jao-wayland.el b/lib/eos/jao-wayland.el index 9f503f8..5a457a4 100644 --- a/lib/eos/jao-wayland.el +++ b/lib/eos/jao-wayland.el @@ -66,7 +66,7 @@ (defun jao-river-zathura-to-org () (let ((title (jao-river-get-focused-title))) (jao-river-to-ws 1) - (jao-pdf-goto-zathura-org title t))) + (jao-org-open-from-zathura title t))) (defun jao-river-zathura-kill-link () (when-let* ((title (jao-river-get-focused-title)) @@ -129,7 +129,7 @@ (and (string-match "\"\\(.+\\)\"" tl) (match-string 1 tl)))) (defun jao-sway-zathura-org () - (jao-pdf-goto-zathura-org (jao-sway-get-active-title) t)) + (jao-org-open-from-zathura (jao-sway-get-active-title) t)) (defun jao-sway-open-with-zathura (file page) (let* ((n (file-name-nondirectory file)) -- cgit v1.2.3