-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
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
Checking duplicate letter #44
Comments
Sorry for the late response. This would be a really useful feature and a PR is more than welcome! Have you thought about how it's gonna work? It simply fails when there are duplicate heads? |
Yes, I implement a simple example in the function (defun major-mode-hydra--generate (mode body heads-plist &optional overwrite-p) It extracts the letters from the What do you think? Regards |
Hi @Sasanidas, Thanks for posting your code snippet. Yes I think it should work. I do have a couple of suggestions though:
If you're keen, feel free to submit a PR! |
Sometimes when I have like a big hydra, I mess up the configuration and duplicate some symbols.
This can be easily solve with a simple check of the major-mode/MODE/heads, but I think it may be interesting to implement
it into the macro major-mode-hydra-define (or somewhere else), I can develop that feature if you think is useful for the package.
Thank you.
The text was updated successfully, but these errors were encountered: