mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-24 16:30:58 -05:00
When :tools pdf is enabled, open org links to pdfs with pdf-view-mode
This commit is contained in:
@@ -11,6 +11,9 @@
|
||||
(when (featurep! :feature evil)
|
||||
(package! evil-org))
|
||||
|
||||
(when (featurep! :tools pdf)
|
||||
(package! org-pdfview))
|
||||
|
||||
(when (featurep! +attach)
|
||||
(package! org-download))
|
||||
|
||||
|
Reference in New Issue
Block a user