Skip to content

Commit

Permalink
refactor(core): minor edit
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Nov 7, 2023
1 parent 4168a1f commit 21e790d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions core/minemacs-lazy.el
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@
(setq minemacs-lazy-hook (append (delq 'gcmh-mode (reverse minemacs-lazy-hook)) '(gcmh-mode)))
(if minemacs-not-lazy
(progn ; If `minemacs-no-lazy' is bound and true, force loading lazy hooks immediately
(+log! "Loading %d lazy packages immediately."
(length minemacs-lazy-hook))
(+log! "Loading %d lazy packages immediately." (length minemacs-lazy-hook))
(run-hooks 'minemacs-lazy-hook))
(+log! "Loading %d lazy packages incrementally." (length minemacs-lazy-hook))
;; Run hooks one by one, as a FIFO.
Expand Down

0 comments on commit 21e790d

Please sign in to comment.