Skip to content

Commit

Permalink
tweak(org): remove unneeded :after blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed May 3, 2024
1 parent 87e8b1a commit b540f01
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions modules/me-org.el
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,10 @@
(+org-extras-lower-case-keywords-and-properties-setup))

(use-package org-contrib
:straight (:host github :repo "abougouffa/org-contrib" :branch "master")
:after org)
:straight (:host github :repo "abougouffa/org-contrib" :branch "master"))

(use-package engrave-faces
:straight t
:after org)
:straight t)

;; Org export
(use-package ox-hugo
Expand Down

0 comments on commit b540f01

Please sign in to comment.