summary refs log tree commit diff stats
path: root/tag-emacs
diff options
context:
space:
mode:
authorAlan Pearce2015-12-10 11:16:50 +0100
committerAlan Pearce2015-12-10 11:16:50 +0100
commit00b0182d5c08e67c7a9e154c4be77adc2e6a9eb3 (patch)
tree31e197106505a2ff63964f8b54e5d278daa6bbcf /tag-emacs
parent861b202f45a455ae9fbef720aa7bfcb52402a5b3 (diff)
downloaddotfiles-00b0182d5c08e67c7a9e154c4be77adc2e6a9eb3.tar.lz
dotfiles-00b0182d5c08e67c7a9e154c4be77adc2e6a9eb3.tar.zst
dotfiles-00b0182d5c08e67c7a9e154c4be77adc2e6a9eb3.zip
Emacs: Remove benchmark-init
Diffstat (limited to 'tag-emacs')
-rw-r--r--tag-emacs/emacs.d/init.org3
1 files changed, 0 insertions, 3 deletions
diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org
index af86837..1af7b82 100644
--- a/tag-emacs/emacs.d/init.org
+++ b/tag-emacs/emacs.d/init.org
@@ -50,8 +50,6 @@ the buffer to be empty.
     (require 'bind-key))
   (setq use-package-verbose t
         use-package-always-ensure t)
-  (use-package benchmark-init
-    :config (benchmark-init/activate))
 #+END_SRC
 
 * Customize
@@ -2436,7 +2434,6 @@ Start a server if possible.  A daemon is already a server.
                                  (if (server-running-p server-name)
                                      (message "Server already appears to be running")
                                    (server-start)))))
-  (benchmark-init/deactivate)
   (setq gc-cons-threshold 800000
         file-name-handler-alist '(("\\(?:\\.dz\\|\\.txz\\|\\.xz\\|\\.lzma\\|\\.lz\\|\\.g?z\\|\\.\\(?:tgz\\|svgz\\|sifz\\)\\|\\.tbz2?\\|\\.bz2\\|\\.Z\\)\\(?:~\\|\\.~[-[:alnum:]:#@^._]+\\(?:~[[:digit:]]+\\)?~\\)?\\'" . jka-compr-handler)
                                   ("\\.gpg\\(~\\|\\.~[0-9]+~\\)?\\'" . epa-file-handler)