We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'd like to add page-number in the mode-line when looking at a pdf in pdf-view-mode from pdf tools package.
pdf-view-mode
(format "%d/%d " (eval `(pdf-view-current-page)) (pdf-cache-number-of-pages))
This returns what I want in the mode-line.
You might checkout the doom mode-line. It already has this number shown in the pdf mode I am referring to.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
I'd like to add page-number in the mode-line when looking at a pdf in
pdf-view-mode
from pdf tools package.This returns what I want in the mode-line.
You might checkout the doom mode-line. It already has this number shown in the pdf mode I am referring to.
The text was updated successfully, but these errors were encountered: