From: Eshel Yaron Date: Tue, 7 Jun 2022 21:19:52 +0000 (+0300) Subject: Remove Startup time section as it no longer reflects actual init X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e3de6bcf4bdfbdbcb24b18cedf41956fa6f3f4c0;p=dotfiles.git Remove Startup time section as it no longer reflects actual init --- diff --git a/.emacs.d/esy.org b/.emacs.d/esy.org index 6b2f530..d45eb5c 100644 --- a/.emacs.d/esy.org +++ b/.emacs.d/esy.org @@ -62,24 +62,6 @@ After the first run of the provided =init.el=, modifications to =esy.org= will be made available automatically whenever Emacs restarts. See also [[#bootstrap][Literate config bootstrap]]. -* Startup time -:PROPERTIES: -:CUSTOM_ID: startup-time -:END: - -I try to keep Emacs lean and fast. One of metric of interest with -regards to Emacs' speed is its /startup/ speed, i.e. how long it takes -between launching Emacs and being able to actually use it. The startup -time of my current Emacs session (in which I am exporting this file) -is shown below: - -#+begin_src emacs-lisp :tangle no :exports both - (emacs-init-time) -#+end_src - -For more information about Emacs run time measurement, see [[info:elisp#Processor Run - Time][elisp#Processor Run Time]]. - * Elisp Header :PROPERTIES: :CUSTOM_ID: header