summary refs log tree commit diff stats
path: root/early-init.el
diff options
context:
space:
mode:
Diffstat (limited to 'early-init.el')
-rw-r--r--early-init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/early-init.el b/early-init.el index 7c39f5b..77a9ecf 100644 --- a/early-init.el +++ b/early-init.el
@@ -23,7 +23,7 @@
23 23
24;; Message when loading a library. 24;; Message when loading a library.
25(define-advice load (:before (feature &rest _)) 25(define-advice load (:before (feature &rest _))
26 (message "Now loading: '%s'" feature)) 26 (with-temp-message (format "Now loading: '%s'" feature)))
27 27
28;;; Speed up init 28;;; Speed up init
29 29