Moved profiling section into its own file.
This commit is contained in:
12
config.org
12
config.org
@@ -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
12
config/profiling.org
Normal 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
|
||||||
|
|
||||||
Reference in New Issue
Block a user