mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Fix doom benchmark message at startup
This commit is contained in:
@ -253,7 +253,7 @@ Used by `require!' and `depends-on!'."
|
|||||||
|
|
||||||
(defun doom--display-benchmark ()
|
(defun doom--display-benchmark ()
|
||||||
(message "Loaded %s packages in %.03fs"
|
(message "Loaded %s packages in %.03fs"
|
||||||
(- (length load-path) (length doom--base-load-path))
|
(length doom--package-load-path)
|
||||||
(setq doom-init-time (float-time (time-subtract after-init-time before-init-time)))))
|
(setq doom-init-time (float-time (time-subtract after-init-time before-init-time)))))
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user