fuxialexander / org-pdftools

A custom org link type for pdf-tools
GNU General Public License v3.0
335 stars 36 forks source link

config typo in readme #32

Closed smallzhan closed 4 years ago

smallzhan commented 4 years ago
(use-package org-noter-pdftools
  :after org-noter
  :config
  (with-eval-after-load 'pdf-annot
    (add-hook pdf-annot-activate-handler-functions #'org-noter-pdftools-jump-to-note)))

the 5th line should be

    (add-hook 'pdf-annot-activate-handler-functions #'org-noter-pdftools-jump-to-note)))

need a quote to pdf-annot-activate-handler-functions