You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the derived hydra doesn't get declared, until I eval the use package again. If I run emacs with --debug-init I get (void-variable magic_rb/hydra-base/heads). If I run emacs normally, no error is generated, it fails silently.
What I tried
I tried using progn to merge all the forms into one, didn't help.
The text was updated successfully, but these errors were encountered:
Problem
When I declare my hydra in use-package,
the derived hydra doesn't get declared, until I eval the use package again. If I run emacs with
--debug-init
I get(void-variable magic_rb/hydra-base/heads)
. If I run emacs normally, no error is generated, it fails silently.What I tried
I tried using progn to merge all the forms into one, didn't help.
The text was updated successfully, but these errors were encountered: