emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master b60201f 4/6: Bump version


From: Oleh Krehel
Subject: [elpa] master b60201f 4/6: Bump version
Date: Wed, 04 Feb 2015 18:51:21 +0000

branch: master
commit b60201f66d17ebac07aeb8a07e0615b8f764db1e
Author: Oleh Krehel <address@hidden>
Commit: Oleh Krehel <address@hidden>

    Bump version
    
    * README.md: Update.
---
 README.md |    8 ++++++++
 hydra.el  |    2 +-
 2 files changed, 9 insertions(+), 1 deletions(-)

diff --git a/README.md b/README.md
index 79175bd..0686965 100644
--- a/README.md
+++ b/README.md
@@ -163,3 +163,11 @@ However, there are two important differences:
 
 - you can cancel <kbd>C-c C-v</kbd> with a command while executing that 
command, instead of e.g.
 getting an error `C-c C-v C-n is undefined` for <kbd>C-c C-v C-n</kbd>.
+
+## Hydras and numeric arguments
+
+Since version `0.6.0`, for any Hydra:
+
+- `digit-argment` can be called with <kbd>0</kbd>-<kbd>9</kbd>.
+- `negative-argument` can be called with <kbd>-</kbd>
+- `universal-argument` can be called with <kbd>C-u</kbd>
diff --git a/hydra.el b/hydra.el
index 2f4f12e..72cbac9 100644
--- a/hydra.el
+++ b/hydra.el
@@ -5,7 +5,7 @@
 ;; Author: Oleh Krehel <address@hidden>
 ;; Maintainer: Oleh Krehel <address@hidden>
 ;; URL: https://github.com/abo-abo/hydra
-;; Version: 0.6.0
+;; Version: 0.6.1
 ;; Keywords: bindings
 ;; Package-Requires: ((cl-lib "0.5"))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]