Moved profiling section into its own file.

This commit is contained in:
Micheal Smith
2025-10-29 19:56:50 -05:00
parent c5e87681a4
commit ee8212779c
2 changed files with 13 additions and 11 deletions

View File

@@ -202,17 +202,7 @@ features.
#+INCLUDE: "config/auth.org" :minlevel 1 #+INCLUDE: "config/auth.org" :minlevel 1
* Profiling #+INCLUDE: "config/profiling.org" :minlevel 1
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
* General Settings * General Settings

12
config/profiling.org Normal file
View File

@@ -0,0 +1,12 @@
* 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