ui/doom-dashboard: update load-line package count and init time

This commit is contained in:
Henrik Lissner 2017-02-20 16:42:30 -05:00
parent 46a82c7ab2
commit 3865c4fc6e

View file

@ -139,10 +139,9 @@
(insert
(propertize
(s-center +doom-dashboard--width
(format "Loaded %d packages in %s "
(eval-when-compile
(- (length (directory-files doom-packages-dir nil nil t)) 2))
(emacs-init-time)))
(format "Loaded %d packages in %.03fs "
(- (length load-path) (length doom--base-load-path))
doom-init-time))
'face 'font-lock-comment-face)
"\n"))