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
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))