summary refs log tree commit diff stats
path: root/early-init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-12-31 00:11:31 -0600
committerCase Duckworth2021-12-31 00:11:31 -0600
commit093f966070e861fc6cc0032736b526cbd058273e (patch)
treed2b7a2c46724a3a7dbb0ce01856863281bf01ab5 /early-init.el
parentAdd streamable.com to secondary-browser-list (diff)
downloademacs-093f966070e861fc6cc0032736b526cbd058273e.tar.gz
emacs-093f966070e861fc6cc0032736b526cbd058273e.zip
Change loading message to be a temp message
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