diff options
| author | jao <jao@gnu.org> | 2026-09-07 21:34:28 +0100 |
|---|---|---|
| committer | jao <jao@gnu.org> | 2026-09-07 21:37:46 +0100 |
| commit | 5a0912802c8c6d76762c42558c511fcbff17e422 (patch) | |
| tree | 0014575ac5d41f2273123bee7e648c35d4c17a68 /lib/doc | |
| parent | 45c15fdd38c0b9dde8099813137b2ebdea3ca3bc (diff) | |
| download | elibs-5a0912802c8c6d76762c42558c511fcbff17e422.tar.gz elibs-5a0912802c8c6d76762c42558c511fcbff17e422.tar.bz2 | |
jao-pdf: circular require fix
Diffstat (limited to 'lib/doc')
| -rw-r--r-- | lib/doc/jao-pdf.el | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/doc/jao-pdf.el b/lib/doc/jao-pdf.el index 0a1734f..1b4d9ac 100644 --- a/lib/doc/jao-pdf.el +++ b/lib/doc/jao-pdf.el @@ -27,7 +27,6 @@ ;; - Interoperability with zathura. (require 'jao-doc-session) -(require 'jao-afio) (require 'browse-url) ;;; PDF info @@ -127,11 +126,6 @@ (concat jao-pdf-org-dir "/doc/"))))) (funcall jao-open-doc-fun file page height))) -(defun jao-select-pdf () - (interactive) - (jao-buffer-same-mode '(pdf-view-mode doc-view-mode org-mode) - #'jao-afio-goto-docs)) - ;;; doc:// links for browse-url (defun jao-open-doc-url (url &rest _) |
