Fix doom benchmark message at startup
This commit is contained in:
parent
5184c3ec35
commit
9b37f63c84
1 changed files with 1 additions and 1 deletions
|
@ -253,7 +253,7 @@ Used by `require!' and `depends-on!'."
|
|||
|
||||
(defun doom--display-benchmark ()
|
||||
(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)))))
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue