Skip to content

Commit a975058

Browse files
committed
tweak: edit the message displayed after loading Emacs
1 parent d1eb039 commit a975058

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

init.el

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,8 @@ The `minemacs-loaded' will require `minemacs-lazy', which incrementally
149149
run the hooks in `minemacs-lazy-hook' after startup, and at the end,
150150
provide the `minemacs-lazy' feature so the packages loaded with `:after
151151
minemacs-lazy' can be loaded."
152-
(+info! "Loaded Emacs%s in %s, including %.3fs for %d GCs." (if (daemonp) " (in daemon mode)" "") (emacs-init-time) gc-elapsed gcs-done)
152+
(+info! "Emacs%s loaded in %.3fs, including %.3fs for %d GCs." (if (daemonp) " (in daemon mode)" "")
153+
(float-time (time-subtract after-init-time before-init-time)) gc-elapsed gcs-done)
153154
(unless (featurep 'me-org-export-async-init) (+load-theme))
154155
(require 'minemacs-loaded))
155156

0 commit comments

Comments
 (0)