Skip to content

Commit

Permalink
tweak(org): load ox-* after ox
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Jul 28, 2023
1 parent 4869483 commit b758dae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion core/me-builtin.el
Original file line number Diff line number Diff line change
Expand Up @@ -717,7 +717,7 @@

(use-package ox-latex
:straight (:type built-in)
:after org
:after ox
:custom
(org-latex-src-block-backend 'engraved)
(org-latex-prefer-user-labels t)
Expand Down
6 changes: 3 additions & 3 deletions modules/me-org.el
Original file line number Diff line number Diff line change
Expand Up @@ -36,16 +36,16 @@
;; Org export
(use-package ox-hugo
:straight t
:after org
:after ox
:demand t)

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

(use-package ox-extra
:after org
:after ox
:demand t
:config
(ox-extras-activate '(latex-header-blocks ignore-headlines)))
Expand Down

0 comments on commit b758dae

Please sign in to comment.