On Wed, Jun 15, 2016 at 9:09 AM, Stefan Monnier <monnier@iro.umontreal.ca> wrote:
> I left off one line here that seems to be required.  At the end, add:
> (require 'hyperbole)
> to ensure it loads in every session.

That shouldn't be needed: package.el will autoload
hyperbole-autoloads.el at every startup, so you can put there whatever
you need to setup hyperbole.

I know but when testing with 'emacs -Q' and then all the package initialization code I tested under Emacs 25.0.04, the "hyperbole" library was not loaded, so the Hyperbole menu invocation key binding was not established.
Adding that line fixes it and does no harm in cases where it is not needed.

Bob