How to address Emacs's slow startup time
Emacs has many great packages. If you add tens or hundreds of them to your init.el, you might find the startup gets really slow. If that’s happened, you would want to know what are the culprits of the slowness, and hopefully to address them. Find out slow packages To know which packages are slow if you use use-package, you can set in your init.el just after enabling use-package: (setq use-package-compute-statistics t) After restarting Emacs, you can run M-x use-package-report. It shows something like this: ...