diff options
author | jao <jao@gnu.org> | 2022-09-24 19:15:37 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2022-09-24 19:15:37 +0100 |
commit | 5d84b3cffdb611ddf63cbb44f8cc080ce039da53 (patch) | |
tree | a4586958eedb4ea58a3daddb460d453796835f48 /custom | |
parent | 4de01c9547049260435826984f316fcb1848a842 (diff) | |
download | elibs-5d84b3cffdb611ddf63cbb44f8cc080ce039da53.tar.gz elibs-5d84b3cffdb611ddf63cbb44f8cc080ce039da53.tar.bz2 |
fixes for doc view imenu
Diffstat (limited to 'custom')
-rw-r--r-- | custom/jao-custom-exwm.el | 2 |
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) |