Files
emacs/config/profiling.org

13 lines
258 B
Org Mode
Raw Normal View History

* Profiling
Sometimes if I experience slow start times I've found [[https://github.com/jschaf/esup][esup]] does this quickly and
without having to quit Emacs.
#+begin_src emacs-lisp
(use-package esup
:ensure t
:config
(setq esup-depth 0))
#+end_src