When :tools pdf is enabled, open org links to pdfs with pdf-view-mode

This commit is contained in:
Patrick Elliott 2018-10-10 22:00:30 +02:00
parent cdf745e72a
commit 251e9c0244
No known key found for this signature in database
GPG key ID: 7CA109C3974AF5FA
2 changed files with 9 additions and 0 deletions

View file

@ -11,6 +11,9 @@
(when (featurep! :feature evil)
(package! evil-org))
(when (featurep! :tools pdf)
(package! org-pdfview))
(when (featurep! +attach)
(package! org-download))