File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -149,7 +149,8 @@ The `minemacs-loaded' will require `minemacs-lazy', which incrementally
149
149
run the hooks in `minemacs-lazy-hook' after startup, and at the end,
150
150
provide the `minemacs-lazy' feature so the packages loaded with `:after
151
151
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)
153
154
(unless (featurep 'me-org-export-async-init ) (+load-theme))
154
155
(require 'minemacs-loaded ))
155
156
You can’t perform that action at this time.
0 commit comments