If you want Hydra to use `message' instead of `lv-message' (the default):
(setq hydra-hint-display-type 'message)
If you want only a specific hydra to use `message':
(hydra-set-property 'hydra-test :verbosity 1)
Remember to add a delay if a head uses `message' too, otherwise the
hydra hint will erase it:
(defhydra hydra-test ()
("t" (progn
(message "time %S" (current-time))
(sit-for 0.8)) "test"))
Re #313
master
parent
480ae63137
commit
6842731f08
1 changed files with 5 additions and 3 deletions
Loading…
Reference in new issue