[Emacs] Set do-benchmark to nil by default
This commit is contained in:
parent
f965d09243
commit
bb1d794942
@ -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)))
|
||||
|
Loading…
Reference in New Issue
Block a user