Last active
March 23, 2021 16:19
-
-
Save wrightmikea/31536eefe20b444f492aea7a31c9497a to your computer and use it in GitHub Desktop.
Elisp related to 2021 March 5 Emacs-SF Demo of Nested Hydra Menus by Mike Wright
I also demoed something very similar to this on 3/19 using yasnippets.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The actual elisp code I demoed was much larger (multiple files) and coupled to a lot of non-hydra code. To simplify things, I created this self-contained demo file.
Also, the code I demoed on March 5th had a bug that prevented returning from nested menus, so this code has a fix for that.