fuxialexander / org-pdftools

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

org-load-hook didn't work for me to get the `pdf:` link set up #42

Closed zoechi closed 4 years ago

zoechi commented 4 years ago

After this change it worked

(use-package
  org-pdftools
  :after org
  :config (org-pdftools-setup-link))
  ;; :hook (org-load . org-pdftools-setup-link))

I'm not proficient enough in Emacs to know if this is a good solution.

A wild guess is that it might be related to straight.el, but I haven't tried without.

wilya7 commented 4 years ago

Duplicate of #36