summaryrefslogtreecommitdiff
path: root/pdf.el
AgeCommit message (Collapse)Author
2022-12-23pdf: reorder the loading of some packagesJSDurand
2022-11-22pdf: bing image-bob and image-eobJSDurand
* pdf.el (pdf-view-mode-map): I updated the pdf-tools package. For some reason the new version does not bind `image-bob' and `image-eob' to '<' and '>' respectively by default, so I bind it here.
2022-02-11pdf: fix a dependencyJSDurand
* pdf.el ("tablist"): I don't know why I didn't include this previously.
2021-07-27fix: a bug in pdf-view-position-to-registerJSDurand
* pdf.el (pdf-view-use-dedicated-register): Integrate with the global registers. (pdf-view-position-to-register): (durand-pdf-view-position-to-register): Fix a bug that cannot add new registers caused by an improper use of a macro.
2021-04-11Scroll to left and rightJSDurand
This comes in handy when one enlarges the PDF image. * pdf.el (pdf-view-mode-map):
2021-02-08Constantly growingJSDurand
A lot of improvements.
2021-01-13A temporary intermeidate stepJSDurand
Now I got almost every functionality that we need, including pdf, mu4e, magit, et cetera.
2021-01-09temporary stateJSDurand