Files
emacs/config/profiling.org
2025-10-29 19:56:50 -05:00

13 lines
258 B
Org Mode

* 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