ui/doom-dashboard: use doom--package-load-path to count packages

This commit is contained in:
Henrik Lissner 2017-12-22 15:25:19 -05:00
parent 7ab8958971
commit 317536a02a
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -163,7 +163,7 @@ whose dimensions may not be fully initialized by the time this is run."
(+doom-dashboard-center
+doom-dashboard--width
(format "Loaded %d packages in %d modules in %.02fs"
(- (length load-path) (length doom--base-load-path))
(length doom--package-load-path)
(hash-table-size doom-modules)
(if (floatp doom-init-time) doom-init-time 0.0)))
'face 'font-lock-comment-face)