summaryrefslogtreecommitdiffhomepage
path: root/custom/jao-custom-exwm.el
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2022-09-24 19:15:37 +0100
committerjao <jao@gnu.org>2022-09-24 19:15:37 +0100
commit5d84b3cffdb611ddf63cbb44f8cc080ce039da53 (patch)
treea4586958eedb4ea58a3daddb460d453796835f48 /custom/jao-custom-exwm.el
parent4de01c9547049260435826984f316fcb1848a842 (diff)
downloadelibs-5d84b3cffdb611ddf63cbb44f8cc080ce039da53.tar.gz
elibs-5d84b3cffdb611ddf63cbb44f8cc080ce039da53.tar.bz2
fixes for doc view imenu
Diffstat (limited to 'custom/jao-custom-exwm.el')
-rw-r--r--custom/jao-custom-exwm.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/custom/jao-custom-exwm.el b/custom/jao-custom-exwm.el
index 169fb26..a73355a 100644
--- a/custom/jao-custom-exwm.el
+++ b/custom/jao-custom-exwm.el
@@ -320,7 +320,7 @@
(defun jao-exwm--zathura-setup ()
(when (and (string= exwm-class-name "Zathura")
- (not jao-doc-view--imenu-file))
+ (not jao-pdf--outline))
(let ((info (jao-zathura--file-info (current-buffer))))
(jao-doc-session-mark (car info))
(jao-doc-session-save)