From 093f966070e861fc6cc0032736b526cbd058273e Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Fri, 31 Dec 2021 00:11:31 -0600 Subject: Change loading message to be a temp message --- early-init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'early-init.el') 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 -- cgit 1.4.1-21-gabe81