diff options
author | Case Duckworth | 2021-12-31 00:11:31 -0600 |
---|---|---|
committer | Case Duckworth | 2021-12-31 00:11:31 -0600 |
commit | 093f966070e861fc6cc0032736b526cbd058273e (patch) | |
tree | d2b7a2c46724a3a7dbb0ce01856863281bf01ab5 | |
parent | Add streamable.com to secondary-browser-list (diff) | |
download | emacs-093f966070e861fc6cc0032736b526cbd058273e.tar.gz emacs-093f966070e861fc6cc0032736b526cbd058273e.zip |
Change loading message to be a temp message
-rw-r--r-- | early-init.el | 2 |
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 | ||