Closed mcandre closed 6 years ago
@mcandre Sorry for the late reply, it seems that I've been having some problems with GitHub email notifications.
It should work with use-package
and delayed loading as long as you activate benchmark-init
early on. I was able to reproduce your problem using your configuration file and I realized that I have misunderstood how the autoload cookies work. I have pushed a fix for this, update your benchmark-init and then run make
in it. Then change the top two lines in your configuration to:
(add-to-list 'load-path "~/Desktop/src/benchmark-init-el/")
(require 'benchmark-init-loaddefs)
(benchmark-init/activate)
@mcandre Are you still having this issue?
Closing due to lack of feedback. Please reopen if you are still experiencing this issue.
I'm trying to follow the instructions for setting up benchmark-init, but I can't tabulate the benchmark results.
Download
Configuration
https://github.com/mcandre/dotfiles/blob/benchmark/.emacs
I relaunched Emacs. Twice.
Then I tried to run
(benchmark-init/show-durations-tabulated)
, Emacs complains that it can't find this function. Tab completion shows several functions forM-: (benchmark-init/...
, butshow-durations-tabulated
is not one of them.System
Hmm, does benchmark-init play well with use-package, especially delayed package loading?