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
I'm trying to implement a Hydra for an Elisp package, where I wanted a function calling the Hydra body to be placed in a hook. Unfortunately, it didn't work like I wanted - rather than waiting for the user to exit the Hydra, the hook functions after the Hydra were run right away. Is there some way I can make the Hydra 'block' until the user exits the Hydra?
The text was updated successfully, but these errors were encountered:
I'm trying to implement a Hydra for an Elisp package, where I wanted a function calling the Hydra body to be placed in a hook. Unfortunately, it didn't work like I wanted - rather than waiting for the user to exit the Hydra, the hook functions after the Hydra were run right away. Is there some way I can make the Hydra 'block' until the user exits the Hydra?
The text was updated successfully, but these errors were encountered: