Change loading message to be a temp message

This commit is contained in:
Case Duckworth 2021-12-31 00:11:31 -06:00
parent 2eb6826ee5
commit 093f966070
1 changed files with 1 additions and 1 deletions

View File

@ -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