hydra
hydra copied to clipboard
make Emacs bindings that stick around
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!
I'm wondering if there are similar mechanisms/derivatives out there in other languages or what this might be based on?
[Hydra](https://github.com/abo-abo/hydra) is a famous short binding workflow management package for Emacs. OTOH, I also noticed the following wonderful Emacs package, [hercules.el](https://gitlab.com/jjzmajic/hercules.el), which says that it's an auto-magical, which-key based hydra...
I'm having some difficulty figuring out how to get hints to display with hydra. My config is [here](https://github.com/sho-87/dotfiles/blob/master/emacs/init.el) but the relevant parts look like this: ``` (use-package hydra :ensure t...
I first open hydra with foreign-keys run Then I run helm-M-x. Something is mesed up, the window is there but hydra is gone. How to make the two coexist or...
To make me remember keybindings while in dired mode, I made this hydra (well I copied most of it from somewhere): ``` (defhydra hydra-dired (:hint nil :color pink) "dired" ("\\"...
i am getting this error when trying to execute command this is the config ```emacs-lisp (defhydra hydra-org-roam (:color pink :hint nil) " ^Node Actions^ ^Buffer^ ^Journal^ ^Capture ^^^^^^^^---------------------------------------------------------------------------------------------- _f_: Find...
I've found hydra to work really well with functions which don't change the buffer (e.g. screen scaling, sexp/nxml/org structural navigation, etc. On the other hand when using hydra with buffer-modifying...
The advised function calls find-library-name on library. Not following suit in the advice causes non-existent files to be opened.
We can accidentally edit `lv` buffer, it would be nice if the buffer is read-only.