From 3865c4fc6e77bd979fad26340f474b36623b91e8 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Mon, 20 Feb 2017 16:42:30 -0500 Subject: [PATCH] ui/doom-dashboard: update load-line package count and init time --- modules/ui/doom-dashboard/config.el | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/modules/ui/doom-dashboard/config.el b/modules/ui/doom-dashboard/config.el index ffdac2156..338ce43e1 100644 --- a/modules/ui/doom-dashboard/config.el +++ b/modules/ui/doom-dashboard/config.el @@ -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"))