From f237fd3b857db5de5fc18b10a3b0eb7429feb2b8 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Sun, 21 Jun 2015 13:35:57 -0700 Subject: [PATCH] Get rid fo obsolete comment and custom.el --- dotfiles/emacs.d/init.el | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/dotfiles/emacs.d/init.el b/dotfiles/emacs.d/init.el index 4ec5c762..e19cd2b1 100644 --- a/dotfiles/emacs.d/init.el +++ b/dotfiles/emacs.d/init.el @@ -85,11 +85,8 @@ (use-package benchmark-init :ensure t - ;; Set do-benchmark in custom.el - :if (and (boundp 'do-benchmark) do-benchmark)) ;; This doesn't work - ;; anymore because - ;; custom.el is - ;; loaded much later + ;; this variable has to be set in custom-before.el + :if (and (boundp 'do-benchmark) do-benchmark)) ;; ============================================================================= ;; Config Free Packages