From 46e2d9c60306421fe4fe38707f21ce2fe3a9a627 Mon Sep 17 00:00:00 2001 From: noa Date: Sun, 13 Oct 2024 23:39:59 +0800 Subject: Record time statistics on loading emacs --- emacs/init.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/emacs/init.el b/emacs/init.el index 7ccb79b..ea7f92a 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -7,6 +7,9 @@ (add-to-list 'load-path (expand-file-name (concat user-emacs-directory "site-lisp"))) +(use-package use-package + :custom (use-package-compute-statistics t)) + ;; Give me stats on garbage collection and startup time (setopt garbage-collection-messages t) (add-hook 'emacs-startup-hook -- cgit 1.4.1-2-gfad0