Skip to content

Commit

Permalink
tweak(doom-themes): defer loading the Org extension
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Jan 31, 2024
1 parent ee5fe28 commit 4e782c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/me-core-ui.el
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
(use-package doom-themes
:straight t
:config
(doom-themes-org-config))
(with-eval-after-load 'org
(doom-themes-org-config)))

(use-package dashboard
:straight t
Expand Down

0 comments on commit 4e782c8

Please sign in to comment.