From 286934e3ed238a2ee8c6137568742e917bc44d97 Mon Sep 17 00:00:00 2001 From: jao Date: Mon, 18 Apr 2022 00:01:24 +0100 Subject: epub files in doc session --- lib/eos/jao-afio.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/eos') diff --git a/lib/eos/jao-afio.el b/lib/eos/jao-afio.el index 470981d..28e6f67 100644 --- a/lib/eos/jao-afio.el +++ b/lib/eos/jao-afio.el @@ -86,7 +86,7 @@ (delete-other-windows) (split-window-right) (let ((docs (cl-remove-if-not (lambda (b) - (with-current-buffer b (jao-doc-view--is-pdf))) + (with-current-buffer b (jao-doc-view--is-doc))) (buffer-list)))) (if (car docs) (progn (switch-to-buffer (car docs)) -- cgit v1.2.3