[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] master 30a073b 25/28: hydra.el (hydra-keyboard-quit): Clean up th
From: |
Oleh Krehel |
Subject: |
[elpa] master 30a073b 25/28: hydra.el (hydra-keyboard-quit): Clean up the message area |
Date: |
Sun, 22 Mar 2015 16:34:48 +0000 |
branch: master
commit 30a073b5311113fe83146f79a5b52237c7fca633
Author: Oleh Krehel <address@hidden>
Commit: Oleh Krehel <address@hidden>
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 ()
- [elpa] master 3f11348 13/28: README.md: Add toc, (continued)
- [elpa] master 3f11348 13/28: README.md: Add toc, Oleh Krehel, 2015/03/22
- [elpa] master 5e8c7f2 18/28: hydra.el (hydra--format): Extend key regex with "; :", Oleh Krehel, 2015/03/22
- [elpa] master 3a77bf6 20/28: hydra-examples.el (hydra-apropos): Add., Oleh Krehel, 2015/03/22
- [elpa] master 622c798 10/28: README.md: move some stuff to wiki, add more stuff, Oleh Krehel, 2015/03/22
- [elpa] master 9f9dcf9 17/28: Bind [switch-frame] to `hydra-keyboard-quit', Oleh Krehel, 2015/03/22
- [elpa] master 543e97b 19/28: Fix switch-frame handling., Oleh Krehel, 2015/03/22
- [elpa] master 97d6987 21/28: Add hydra-rectangle example, Oleh Krehel, 2015/03/22
- [elpa] master bfe65da 15/28: README.md: Fix up typos, Oleh Krehel, 2015/03/22
- [elpa] master d44bf58 22/28: Don't bind `hydra-keyboard-quit' in foreign keymaps, Oleh Krehel, 2015/03/22
- [elpa] master eb181fd 23/28: Call :post for :timeout, Oleh Krehel, 2015/03/22
- [elpa] master 30a073b 25/28: hydra.el (hydra-keyboard-quit): Clean up the message area,
Oleh Krehel <=
- [elpa] master 8e4b1fa 24/28: lv.el (lv-message): Use setq-local for window-min-height, Oleh Krehel, 2015/03/22
- [elpa] master 498d78b 26/28: Set pink/amaranth override recursively, Oleh Krehel, 2015/03/22
- [elpa] master 7783f89 27/28: Minor fixes, Oleh Krehel, 2015/03/22
- [elpa] master a071b60 09/28: README.md: update, Oleh Krehel, 2015/03/22
- [elpa] master 5aa7896 28/28: Merge commit '7783f89cdbb3e3ba57f232552729715148e0b9a1' from hydra, Oleh Krehel, 2015/03/22