Skip to content

Commit 21e790d

Browse files
committed
refactor(core): minor edit
1 parent 4168a1f commit 21e790d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

core/minemacs-lazy.el

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@
2525
(setq minemacs-lazy-hook (append (delq 'gcmh-mode (reverse minemacs-lazy-hook)) '(gcmh-mode)))
2626
(if minemacs-not-lazy
2727
(progn ; If `minemacs-no-lazy' is bound and true, force loading lazy hooks immediately
28-
(+log! "Loading %d lazy packages immediately."
29-
(length minemacs-lazy-hook))
28+
(+log! "Loading %d lazy packages immediately." (length minemacs-lazy-hook))
3029
(run-hooks 'minemacs-lazy-hook))
3130
(+log! "Loading %d lazy packages incrementally." (length minemacs-lazy-hook))
3231
;; Run hooks one by one, as a FIFO.

0 commit comments

Comments
 (0)