branch: master commit 30a073b5311113fe83146f79a5b52237c7fca633 Author: Oleh Krehel <ohwoeo...@gmail.com> Commit: Oleh Krehel <ohwoeo...@gmail.com>
hydra.el (hydra-keyboard-quit): Clean up the message area * hydra.el (hydra-keyboard-quit): Update. Fixes #80. --- hydra.el | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/hydra.el b/hydra.el index c5a74a2..684fdad 100644 --- a/hydra.el +++ b/hydra.el @@ -387,6 +387,8 @@ BODY is the second argument to `defhydra'" (hydra-disable) (hydra-cleanup) (cancel-timer hydra-timer) + (unless hydra-lv + (message "")) nil) (defun hydra-disable ()