ui/doom-dashboard: update load-line package count and init time
This commit is contained in:
parent
46a82c7ab2
commit
3865c4fc6e
1 changed files with 3 additions and 4 deletions
|
@ -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"))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue