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 @@ ;; Message when loading a library. (define-advice load (:before (feature &rest _)) - (message "Now loading: '%s'" feature)) + (with-temp-message (format "Now loading: '%s'" feature))) ;;; Speed up init