Skip to content

Commit

Permalink
fix(init): correct way to handle loading init.el in Org async export
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Nov 4, 2023
1 parent 3f5c207 commit d8fe648
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions init.el
Original file line number Diff line number Diff line change
Expand Up @@ -241,8 +241,7 @@
;; the user's enabled modules.
(if (featurep 'me-org-export-async-init)
(progn (message "Loading \"init.el\" in an org-export-async context.")
(setq minemacs-not-lazy t)
(require 'minemacs-loaded))
(setq minemacs-not-lazy t))
;; Load the default list of enabled modules (`minemacs-modules' and `minemacs-core-modules')
(+load minemacs-core-dir "me-modules.el")

Expand Down

0 comments on commit d8fe648

Please sign in to comment.