diff options
Diffstat (limited to 'lib/eos')
-rw-r--r-- | lib/eos/jao-wayland.el | 4 |
1 files changed, 2 insertions, 2 deletions
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)) |