Skip to content

Commit

Permalink
Enable `use-package' statistics
Browse files Browse the repository at this point in the history
  • Loading branch information
ubolonton committed Apr 24, 2019
1 parent e857ac4 commit f93c54f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion init.el
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,9 @@
(dolist (p ublt/packages)
(straight-use-package p)))))

(setq use-package-verbose t)
(setq use-package-verbose t
;; For `use-package-report' to work.
use-package-compute-statistics t)



Expand Down

0 comments on commit f93c54f

Please sign in to comment.