Skip to content

Commit

Permalink
Version 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
syl20bnr committed Nov 21, 2014
1 parent ca4c6f6 commit 37c227e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

Expand Down
5 changes: 4 additions & 1 deletion evil-escape.el
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
;; Author: Sylvain Benner <[email protected]>
;; 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

Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 37c227e

Please sign in to comment.