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.
minemacs-lazy-hook
+with-delayed!
1 parent 2cdf50b commit 28c348cCopy full SHA for 28c348c
core/minemacs-loaded.el
@@ -4,7 +4,7 @@
4
5
;; Author: Abdelhak Bougouffa (rot13 "nobhtbhssn@srqbencebwrpg.bet")
6
;; Created: 2022-10-02
7
-;; Last modified: 2025-04-25
+;; Last modified: 2025-05-25
8
9
;;; Commentary:
10
@@ -28,8 +28,8 @@
28
(run-hooks 'minemacs-lazy-hook)
29
(provide 'minemacs-lazy))
30
(+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)
+ (cl-callf2 append (mapcar #'ensure-list minemacs-lazy-hook)
+ minemacs--lazy-high-priority-forms
33
'((provide 'minemacs-lazy))))) ;; Provide `minemacs-lazy' at the end
34
35
(defvar minemacs--lazy-high-priority-timer
0 commit comments