summary refs log tree commit diff stats
path: root/user/emacs/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'user/emacs/init.el')
-rw-r--r--user/emacs/init.el4
1 files changed, 0 insertions, 4 deletions
diff --git a/user/emacs/init.el b/user/emacs/init.el
index 958aa138..554dcf08 100644
--- a/user/emacs/init.el
+++ b/user/emacs/init.el
@@ -31,10 +31,6 @@
 (defun quiet (original-function &rest args)
   (quietly (apply original-function args)))
 
-(use-package benchmark-init
-  :config (progn
-            (add-hook 'after-init-hook #'benchmark-init/deactivate 99)))
-
 ;;; Customize
 
 (setq custom-file (expand-file-name "custom.el" user-emacs-directory))