From a5aece3274f6bd5072444a4421484663b9141c6d Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Sat, 11 Jun 2016 00:28:17 -0700 Subject: [PATCH] Add benchmarking section --- dotfiles/emacs.d/README.org | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/dotfiles/emacs.d/README.org b/dotfiles/emacs.d/README.org index 5613a4d6..c2956b10 100644 --- a/dotfiles/emacs.d/README.org +++ b/dotfiles/emacs.d/README.org @@ -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)