ui/doom-dashboard: use doom--package-load-path to count packages
This commit is contained in:
parent
7ab8958971
commit
317536a02a
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue