From e6c47f80db9135f5c57a2d536e5a270d5137d7e5 Mon Sep 17 00:00:00 2001 From: Rahul Martim Juliato Date: Thu, 18 Sep 2025 22:58:57 -0300 Subject: [PATCH] fix: packages counting on startup message --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index b8957cc..cf2a1ea 100644 --- a/init.el +++ b/init.el @@ -286,7 +286,7 @@ ;; Packages : %s " (emacs-init-time) - (number-to-string (length package-activated-list)))))))) + (length (hash-table-keys straight--recipe-cache)))))))) ;;; WINDOW