diff options
author | jao <jao@gnu.org> | 2022-09-27 20:40:30 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2022-09-27 20:40:30 +0100 |
commit | 19b2c24040c30dee2da30d2294404256e7187cbc (patch) | |
tree | c5ab4ae4b9f18782a3e1696b09ec0f1a317f38d0 /custom | |
parent | 1a6b9ba762fddc95bce00dc1a94dfd10c24dee60 (diff) | |
download | elibs-19b2c24040c30dee2da30d2294404256e7187cbc.tar.gz elibs-19b2c24040c30dee2da30d2294404256e7187cbc.tar.bz2 |
attic: doc-view-imenu is now part of emacs29
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 a73355a..0a727ad 100644 --- a/custom/jao-custom-exwm.el +++ b/custom/jao-custom-exwm.el @@ -324,7 +324,7 @@ (let ((info (jao-zathura--file-info (current-buffer)))) (jao-doc-session-mark (car info)) (jao-doc-session-save) - (jao-doc-view--enable-imenu (car info) #'jao-zathura-goto-page)))) + (doc-view-imenu-index (car info) #'jao-zathura-goto-page)))) (add-hook 'exwm-update-title-hook #'jao-exwm--zathura-setup t) |