We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4168a1f commit 21e790dCopy full SHA for 21e790d
core/minemacs-lazy.el
@@ -25,8 +25,7 @@
25
(setq minemacs-lazy-hook (append (delq 'gcmh-mode (reverse minemacs-lazy-hook)) '(gcmh-mode)))
26
(if minemacs-not-lazy
27
(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))
+ (+log! "Loading %d lazy packages immediately." (length minemacs-lazy-hook))
30
(run-hooks 'minemacs-lazy-hook))
31
(+log! "Loading %d lazy packages incrementally." (length minemacs-lazy-hook))
32
;; Run hooks one by one, as a FIFO.
0 commit comments