]> git.eshelyaron.com Git - dotfiles.git/commitdiff
Remove Startup time section as it no longer reflects actual init
authorEshel Yaron <eshel@dazz.io>
Tue, 7 Jun 2022 21:19:52 +0000 (00:19 +0300)
committerEshel Yaron <eshel@dazz.io>
Tue, 7 Jun 2022 21:19:52 +0000 (00:19 +0300)
.emacs.d/esy.org

index 6b2f530aa65e72cec4e53f964bd8e1829bba3619..d45eb5cf644f256531a1026cb8f8cc1c4cda6950 100644 (file)
@@ -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