* hydra.el (hydra--make-defun): Update.
This change makes "C-g" work for this hydra:
(defhydra hydra-goto-line (global-map "M-g"
:pre (linum-mode 1)
:after-exit (linum-mode -1)
:exit t)
("g" goto-line "line")
("c" goto-char "char"))
Re #90
master
parent
3d7d8c764f
commit
19cc1be6ff
1 changed files with 5 additions and 2 deletions
Loading…
Reference in new issue