Add benchmarking section

This commit is contained in:
Ivan Malison 2016-06-11 00:28:17 -07:00
parent 303c0c7d91
commit a5aece3274

View File

@ -131,6 +131,12 @@ Ensure by default since most of the package for which I use use-package need to
#+BEGIN_SRC emacs-lisp
(setq use-package-always-ensure t)
#+END_SRC
** Benchmarking
This appears here so that it can accurately benchmark as much of startup as possible.
#+BEGIN_SRC emacs-lisp
(use-package benchmark-init
:if (and (boundp 'imalison:do-benchmark) imalison:do-benchmark))
#+END_SRC
** Miscellaneous
#+BEGIN_SRC emacs-lisp
(setq visible-bell nil)