pdf-view-pagemark

Homepage: https://github.com/kimim/pdf-view-pagemark

Author: Kimi Ma

Updated:

Summary

Add indicator in pdfview mode to show the page remaining

Commentary

Because Emacs cannot show continuous pages at the same time, it is
difficult to keep track of the remaining text in current page, this
minor mode add a posframe indicator to tell you the line from
scroll up.

To enable, add the following:

  (use-package pdf-view-pagemark
    :custom (pdf-view-pagemark-timeout 2)
    :hook (pdf-view-mode . pdf-view-pagemark-mode))

Dependencies