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

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

[nongnu] elpa/evil-escape b159b4307e 074/133: Allow evil-escape in motio


From: ELPA Syncer
Subject: [nongnu] elpa/evil-escape b159b4307e 074/133: Allow evil-escape in motion state
Date: Wed, 3 Jan 2024 21:59:54 -0500 (EST)

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

    Allow evil-escape in motion state
---
 evil-escape.el | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/evil-escape.el b/evil-escape.el
index e3f284e2ea..76d5d5c253 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: 3.02
+;; Version: 3.03
 ;; Package-Requires: ((emacs "24") (evil "1.0.9"))
 ;; URL: https://github.com/syl20bnr/evil-escape
 
@@ -118,8 +118,7 @@ with a key sequence."
   (and (or (window-minibuffer-p)
            (bound-and-true-p isearch-mode)
            (and (fboundp 'helm-alive-p) (helm-alive-p))
-           (and (not (eq evil-state 'normal))
-                (not (eq evil-state 'motion))))
+           (not (eq evil-state 'normal)))
        (not (memq major-mode evil-escape-excluded-major-modes))
        (equal (this-command-keys) (evil-escape--first-key))))
 



reply via email to

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