aboutsummaryrefslogtreecommitdiff
path: root/config/emacs
diff options
context:
space:
mode:
authorKenny Ballou <kb@devnulllabs.io>2021-04-19 23:02:53 -0600
committerKenny Ballou <kb@devnulllabs.io>2021-04-19 23:03:23 -0600
commit860513f2fe9bc5f50d093badbdbb2294c890edf5 (patch)
treea494949651e37069c3f794b1935f5b4d2cf312f5 /config/emacs
parent93e6a4d44337abe9246b513845ab26d82fe0f784 (diff)
downloaddotfiles-860513f2fe9bc5f50d093badbdbb2294c890edf5.tar.gz
dotfiles-860513f2fe9bc5f50d093badbdbb2294c890edf5.tar.xz
emacs: remove benchmarking
I don't particularly pay attention to this. Signed-off-by: Kenny Ballou <kb@devnulllabs.io>
Diffstat (limited to 'config/emacs')
-rw-r--r--config/emacs/emacs.d/init.el2
1 files changed, 0 insertions, 2 deletions
diff --git a/config/emacs/emacs.d/init.el b/config/emacs/emacs.d/init.el
index b85e47d8..ee7714e2 100644
--- a/config/emacs/emacs.d/init.el
+++ b/config/emacs/emacs.d/init.el
@@ -16,8 +16,6 @@
(setq custom-file (expand-file-name "custom.el" user-emacs-directory))
(add-to-list 'load-path (expand-file-name "lisp" user-emacs-directory))
-(require 'init-benchmarking) ;; measure startup time
-
(defconst *spell-check-support-enabled* t)
(setq read-process-output-max (* 4096 1024))