From f5bfb8bfc037edf536658f2abeb3321ac3e9708c Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Fri, 14 Aug 2015 23:29:02 -0700 Subject: [PATCH] bug-hunter --- dotfiles/emacs.d/init.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dotfiles/emacs.d/init.el b/dotfiles/emacs.d/init.el index 43928ef6..6906e569 100644 --- a/dotfiles/emacs.d/init.el +++ b/dotfiles/emacs.d/init.el @@ -81,6 +81,9 @@ (require 'diminish) (require 'bind-key) +(use-package bug-hunter + :ensure t) + (use-package benchmark-init :ensure t ;; this variable has to be set in custom-before.el