From 533e8a5649dae2e0352a52ae968c86ecde5dd3a5 Mon Sep 17 00:00:00 2001 From: syl20bnr Date: Sun, 27 Sep 2015 00:06:14 -0400 Subject: [PATCH] Update README and bump to 3.10 --- README.md | 2 ++ evil-escape.el | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0dab57b..6cf7653 100644 --- a/README.md +++ b/README.md @@ -109,6 +109,8 @@ then evil-escape is enabled only for the major-modes in the list. A list of zero arity functions can be defined with variable `evil-escape-inhibit-functions`, if any of these functions return non nil then evil-escape is inhibited. +It is also possible to inhibit evil-escape in a let binding by +setting the `evil-escape-inhibit` variable to non nil. ### Assign a key binding directly diff --git a/evil-escape.el b/evil-escape.el index 3fb5d91..456d129 100644 --- a/evil-escape.el +++ b/evil-escape.el @@ -5,7 +5,7 @@ ;; Author: Sylvain Benner ;; Keywords: convenience editing evil ;; Created: 22 Oct 2014 -;; Version: 3.09 +;; Version: 3.10 ;; Package-Requires: ((emacs "24") (evil "1.0.9") (cl-lib "0.5")) ;; URL: https://github.com/syl20bnr/evil-escape @@ -69,6 +69,8 @@ ;; A list of zero arity functions can be defined with the variable ;; `evil-escape-inhibit-functions', if any of these functions return ;; non nil then evil-escape is inhibited. +;; It is also possible to inhibit evil-escape in a let binding by +;; setting the `evil-escape-inhibit' variable to non nil. ;; It is possible to bind `evil-escape' function directly, for ;; instance to execute evil-escape with `C-c C-g':