Skip to content

Commit

Permalink
feat(ox-pandoc): initial support
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Jun 12, 2023
1 parent f1bc80b commit c7c882f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions modules/me-org.el
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,11 @@
:after org
:demand t)

(use-package ox-pandoc
:straight t
:after org
:demand t)

(use-package ox-extra
:after org
:demand t
Expand Down

0 comments on commit c7c882f

Please sign in to comment.