summary refs log tree commit diff stats
path: root/early-init.el
diff options
context:
space:
mode:
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 02f92c2..462643a 100644 --- a/early-init.el +++ b/early-init.el
@@ -21,8 +21,8 @@
21 21
22;;; Code: 22;;; Code:
23 23
24;; Message when loading a library.
25(define-advice load (:before (feature &rest _)) 24(define-advice load (:before (feature &rest _))
25 "Message the user when loading a library."
26 (with-temp-message (format "Now loading: '%s'" feature))) 26 (with-temp-message (format "Now loading: '%s'" feature)))
27 27
28;;; Speed up init 28;;; Speed up init