Skip to content

Commit

Permalink
Fix #39
Browse files Browse the repository at this point in the history
  • Loading branch information
fuxialexander committed Jan 10, 2021
1 parent 2335f6a commit b890de9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.org
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ You can now install ~org-pdftools~ and ~org-noter-pdftools~ from MELPA!
[[https://melpa.org/#/org-pdftools][file:https://melpa.org/packages/org-noter-pdftools-badge.svg]]

* Usage

Add ~(require 'org-noter-pdftools)~ to your ~org-noter~ config, and:
#+BEGIN_SRC elisp
(use-package org-pdftools
:hook (org-mode . org-pdftools-setup-link))
Expand Down Expand Up @@ -47,6 +47,7 @@ With a prefix ARG, remove start location."
(org-noter--pretty-print-location location))))))))
(with-eval-after-load 'pdf-annot
(add-hook 'pdf-annot-activate-handler-functions #'org-noter-pdftools-jump-to-note)))

#+END_SRC

* Latest release note
Expand Down

0 comments on commit b890de9

Please sign in to comment.