[Emacs] Set do-benchmark to nil by default

This commit is contained in:
Ivan Malison 2017-09-05 16:12:24 -07:00
parent f965d09243
commit bb1d794942
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -15,7 +15,7 @@
(setq use-package-enable-imenu-support t
use-package-always-ensure t)
(defvar imalison:do-benchmark)
(defvar imalison:do-benchmark nil)
(let ((bench-file (concat (file-name-directory user-init-file) "benchmark.el")))
(when (file-exists-p bench-file) (load bench-file)))