When :tools pdf is enabled, open org links to pdfs with pdf-view-mode
This commit is contained in:
parent
cdf745e72a
commit
251e9c0244
2 changed files with 9 additions and 0 deletions
|
@ -11,6 +11,9 @@
|
|||
(when (featurep! :feature evil)
|
||||
(package! evil-org))
|
||||
|
||||
(when (featurep! :tools pdf)
|
||||
(package! org-pdfview))
|
||||
|
||||
(when (featurep! +attach)
|
||||
(package! org-download))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue