From cbcdec4e5d55731c4a373343b2fea827a56b1433 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Mon, 28 Aug 2017 21:58:39 -0700 Subject: [PATCH] [Emacs] Finish benchmarking in init.el --- dotfiles/emacs.d/README.org | 5 ----- dotfiles/emacs.d/init.el | 2 ++ 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/dotfiles/emacs.d/README.org b/dotfiles/emacs.d/README.org index 70137b11..0298b05e 100644 --- a/dotfiles/emacs.d/README.org +++ b/dotfiles/emacs.d/README.org @@ -4173,7 +4173,6 @@ I had to disable this mode because something that it does messes with coding set ** recentf #+BEGIN_SRC emacs-lisp (use-package recentf - :defer 1 :config (progn (setq recentf-max-saved-items 1000 @@ -4934,7 +4933,3 @@ load-theme hook (See the heading below). (when (file-exists-p custom-after-file) (load custom-after-file)) (when (file-exists-p machine-custom) (load machine-custom)) #+END_SRC -* Finish Benchmarking -#+BEGIN_SRC emacs-lisp -(when imalison:do-benchmark (benchmark-init/deactivate)) -#+END_SRC diff --git a/dotfiles/emacs.d/init.el b/dotfiles/emacs.d/init.el index f229176e..8bd85aa5 100644 --- a/dotfiles/emacs.d/init.el +++ b/dotfiles/emacs.d/init.el @@ -72,6 +72,8 @@ (straight-transaction (concat (file-name-directory load-file-name) "README.org")))) +(when imalison:do-benchmark (benchmark-init/deactivate)) + ;; Local Variables: ;; flycheck-disabled-checkers: (emacs-lisp-checkdoc) ;; End: