We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Let's suppose there is the hydra defined in a package, and I want to add a few actions to that hydra. How should I add to that hydra? Thanks!
The text was updated successfully, but these errors were encountered:
You can easily adds new heads to an existing hydra with defhydra+, for example: (defhydra+ some-existing-hydra () ("x" new-command "new head")) You can find a little more info about this in issues #185 FR: Function to add heads to an existing hydra and #381 defhydra+ is missing documentation.
defhydra+
(defhydra+ some-existing-hydra () ("x" new-command "new head"))
Sorry, something went wrong.
No branches or pull requests
Let's suppose there is the hydra defined in a package, and I want to add a few actions to that hydra.
How should I add to that hydra?
Thanks!
The text was updated successfully, but these errors were encountered: