Skip to content

Commit 28c348c

Browse files
committed
fix(core): ensure minemacs-lazy-hook hooks are run before +with-delayed! blocks
1 parent 2cdf50b commit 28c348c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

core/minemacs-loaded.el

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
;; Author: Abdelhak Bougouffa (rot13 "nobhtbhssn@srqbencebwrpg.bet")
66
;; Created: 2022-10-02
7-
;; Last modified: 2025-04-25
7+
;; Last modified: 2025-05-25
88

99
;;; Commentary:
1010

@@ -28,8 +28,8 @@
2828
(run-hooks 'minemacs-lazy-hook)
2929
(provide 'minemacs-lazy))
3030
(+log! "Loading %d lazy packages incrementally." (length minemacs-lazy-hook))
31-
(cl-callf append minemacs--lazy-high-priority-forms
32-
(mapcar #'ensure-list minemacs-lazy-hook)
31+
(cl-callf2 append (mapcar #'ensure-list minemacs-lazy-hook)
32+
minemacs--lazy-high-priority-forms
3333
'((provide 'minemacs-lazy))))) ;; Provide `minemacs-lazy' at the end
3434

3535
(defvar minemacs--lazy-high-priority-timer

0 commit comments

Comments
 (0)