diff options
Diffstat (limited to 'emacs/init.el')
-rw-r--r-- | emacs/init.el | 3 |
1 files changed, 3 insertions, 0 deletions
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 |