mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
ui/doom-dashboard: update load-line package count and init time
This commit is contained in:
@ -139,10 +139,9 @@
|
|||||||
(insert
|
(insert
|
||||||
(propertize
|
(propertize
|
||||||
(s-center +doom-dashboard--width
|
(s-center +doom-dashboard--width
|
||||||
(format "Loaded %d packages in %s "
|
(format "Loaded %d packages in %.03fs "
|
||||||
(eval-when-compile
|
(- (length load-path) (length doom--base-load-path))
|
||||||
(- (length (directory-files doom-packages-dir nil nil t)) 2))
|
doom-init-time))
|
||||||
(emacs-init-time)))
|
|
||||||
'face 'font-lock-comment-face)
|
'face 'font-lock-comment-face)
|
||||||
"\n"))
|
"\n"))
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user