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

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

[nongnu] elpa/evil-escape 37c227e4df 018/133: Version 1.5.1


From: ELPA Syncer
Subject: [nongnu] elpa/evil-escape 37c227e4df 018/133: Version 1.5.1
Date: Wed, 3 Jan 2024 21:59:49 -0500 (EST)

branch: elpa/evil-escape
commit 37c227e4df4bb16d911623e7bdf2773494de4fbb
Author: syl20bnr <sylvain.benner@gmail.com>
Commit: syl20bnr <sylvain.benner@gmail.com>

    Version 1.5.1
---
 README.md      | 3 +++
 evil-escape.el | 5 ++++-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 50115ab324..c0d4faa955 100644
--- a/README.md
+++ b/README.md
@@ -43,6 +43,9 @@ To toggle the `evil-escape` mode globally:
 
 The key sequence can be customized with the variable 
`evil-escape-key-sequence`.
 
+`evil-escape` is not compatible with sequences that start with `h j k or l` so
+avoid to define a sequence that starts with a navigation key.
+
 **Note:** The variable `evil-escape-key-sequence` must be set before requiring
 `evil-escape`.
 
diff --git a/evil-escape.el b/evil-escape.el
index 0c58ecda5b..c9d5a9d1be 100644
--- a/evil-escape.el
+++ b/evil-escape.el
@@ -5,7 +5,7 @@
 ;; Author: Sylvain Benner <sylvain.benner@gmail.com>
 ;; Keywords: convenience editing evil
 ;; Created: 22 Oct 2014
-;; Version: 1.5.0
+;; Version: 1.5.1
 ;; Package-Requires: ((emacs "24") (evil "1.0.9") (key-chord "0.6"))
 ;; URL: https://github.com/syl20bnr/evil-escape
 
@@ -47,6 +47,9 @@
 ;; `evil-escape-key-sequence'
 ;; It must be set before requiring evil-escape.
 
+;; `evil-escape' is not compatible with sequences that start with `h j k or l`
+;; so avoid to define a sequence that starts with a navigation key.
+
 ;; More information in the readme of the repository:
 ;; https://github.com/syl20bnr/evil-escape
 



reply via email to

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