diff options
Diffstat (limited to 'user/emacs')
-rw-r--r-- | user/emacs/init.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/user/emacs/init.el b/user/emacs/init.el index 88730f1e..38a28d8c 100644 --- a/user/emacs/init.el +++ b/user/emacs/init.el @@ -30,6 +30,10 @@ (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)) |