branch: externals/doc-view-follow commit e9d80f5db7549ebddb311f294c6f7a826cc02c9a Author: Paul Nelson <ultr...@gmail.com> Commit: Paul Nelson <ultr...@gmail.com>
* README.org: Update pdf-tools support docs --- README.org | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/README.org b/README.org index ee7ff969a2..546f2eea5b 100644 --- a/README.org +++ b/README.org @@ -7,6 +7,9 @@ doc-view-follow.el provides a minor mode, =doc-view-follow-mode=, that automatic In particular, this allows for a convenient "book view," with two windows showing consecutive pages side-by-side. +This package supports the built-in =doc-view-mode= as well as =pdf-view-mode= from [[https://github.com/vedang/pdf-tools][pdf-tools]]. + + * Installation =doc-view-follow.el= should soon be available on ELPA, so you can install it from there via =M-x packages-install=. @@ -16,15 +19,6 @@ Alternatively, download the source file and run: M-x package-install-file RET /path/to/doc-view-follow.el RET #+end_src -** PDF-Tools Support (Optional) - -This package supports the built-in =doc-view-mode= as well as =pdf-view-mode= from [[https://github.com/vedang/pdf-tools][pdf-tools]]. If you use pdf-tools, add the following to your init file: - -#+begin_src emacs-lisp -(with-eval-after-load 'pdf-view - (require 'doc-view-follow-pdf-tools)) -#+end_src - * Usage After installation, you can activate the mode: