hydra
hydra copied to clipboard
make Emacs bindings that stick around
press universal argument (now we have C-u in echo area) invoke hydra (quickly shows hydra for only 0.1sec or so, but then reverts to showing C-u). screen recorded here: https://asciinema.org/a/hd4c5w6ELJ0MdS9xrQ8PdcmqX...
I have a hydra like this ``` (global-set-key (kbd "") 'hydra-edit-panel/body) (defhydra hydra-edit-panel (:hint nil :exit t ) "Edit Panel" ;; Mark ("mw" mark-word-at-point) ("me" mark-expresiion-at-point) ("ml" mark-indented-line-at-point) ) ```...
1. `emacs -Q` 2. `M-x package-initialize` 3. `M-x toggle-debug-on-error` 4. `M-x company-mode` 5. After "a" start typing in the code below ```elisp (defhydra simple (nil nil :hint nil :foreign-keys run)...
When editing the i-search string with C-S M-e, normally RETURN terminates editing. However, if I yank some previously copied string using the yank hydra, RETURN does not leave the hydra...
hi, this is more like a question than an issue. we decided to use hydras to improve discoverability for clojure refactor see: https://github.com/clojure-emacs/clj-refactor.el/issues/214#issuecomment-136383190. however, would be nice to be able...
I have a large orgmode hydra that includes C-s and C-t for one of the keystrokes. This works fine; what doesn't work is trying to communicate C- in the docstring,...
I have a hydra that I bound to `C-x l`. Normally in the minibuffer this key sequence appears as `C-x l`, but if I press `C-u C-x l`, then the...
Let me explain my use-case: I have a font hydra that lets me increase and decrease the font size of the default face. I would like to be able to...
I've created an ascii recording at [https://asciinema.org/a/7xfwpxzvfm6ozw662pcquicvi](https://asciinema.org/a/7xfwpxzvfm6ozw662pcquicvi) to show my issue with hydra. The description has been added to the video. Could anyone help me to take a look? First...
I installed hydra 0.13.5 from elpa and got a package install error: Entering directory ‘[...omitted..]/.emacs.d/elpa/hydra-0.13.5/targets/’ hydra-init.el:24:7:Warning: assignment to free variable ‘hydra-examples-verbatim’ hydra-init.el:26:1:Error: Cannot open load file: No such file or...