[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/evil-escape 8683314f68 127/133: Depend on Emacs 26 or late
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/evil-escape 8683314f68 127/133: Depend on Emacs 26 or later |
Date: |
Wed, 3 Jan 2024 21:59:59 -0500 (EST) |
branch: elpa/evil-escape
commit 8683314f68da5c6591226040fac848c9aad7484e
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>
Depend on Emacs 26 or later
At this point in time, this is a good compromise. Evil itself still
supports Emacs 24, but since this package is now maintained by someone
who doesn't even use it, it is unrealistic to support ancient Emacs
releases.
---
evil-escape.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/evil-escape.el b/evil-escape.el
index 20381d6faa..615616efde 100644
--- a/evil-escape.el
+++ b/evil-escape.el
@@ -6,7 +6,7 @@
;; Keywords: convenience editing evil
;; Created: 22 Oct 2014
;; Version: 3.16
-;; Package-Requires: ((emacs "24") (evil "1.14.0") (cl-lib "0.5"))
+;; Package-Requires: ((emacs "26") (evil "1.14.0") (cl-lib "0.5"))
;; URL: https://github.com/emacsorphanage/evil-escape
;; This file is not part of GNU Emacs.
- [nongnu] elpa/evil-escape 7600904462 045/133: Fix double insert of first key in some cases, (continued)
- [nongnu] elpa/evil-escape 7600904462 045/133: Fix double insert of first key in some cases, ELPA Syncer, 2024/01/03
- [nongnu] elpa/evil-escape 32a6c6c31e 102/133: Add support for compilation buffers, ELPA Syncer, 2024/01/03
- [nongnu] elpa/evil-escape 739871a837 124/133: Enforce use of spaces for indentation, ELPA Syncer, 2024/01/03
- [nongnu] elpa/evil-escape f4e9116bfb 117/133: Add a separate var for controlling mode lighter, ELPA Syncer, 2024/01/03
- [nongnu] elpa/evil-escape c3592a774e 123/133: Add minor introduction to the library commentary., ELPA Syncer, 2024/01/03
- [nongnu] elpa/evil-escape efe9a3a3d1 071/133: Simplify even more evil-escape-pre-command-hook, ELPA Syncer, 2024/01/03
- [nongnu] elpa/evil-escape c2946d8f4f 120/133: Use lexical-binding, ELPA Syncer, 2024/01/03
- [nongnu] elpa/evil-escape a7714e61b2 112/133: set `this-original-command`, ELPA Syncer, 2024/01/03
- [nongnu] elpa/evil-escape 02aee7f613 079/133: New variable evil-escape-unordered-key-sequence, ELPA Syncer, 2024/01/03
- [nongnu] elpa/evil-escape 25920fb2f4 114/133: Bump version to 3.15, ELPA Syncer, 2024/01/03
- [nongnu] elpa/evil-escape 8683314f68 127/133: Depend on Emacs 26 or later,
ELPA Syncer <=
- [nongnu] elpa/evil-escape b4d44fc501 111/133: Bump version to 3.14, ELPA Syncer, 2024/01/03
- [nongnu] elpa/evil-escape 9c8799446f 080/133: Add support for spacemacs hybrid-state and fix emacs state, ELPA Syncer, 2024/01/03
- [nongnu] elpa/evil-escape b159b4307e 074/133: Allow evil-escape in motion state, ELPA Syncer, 2024/01/03
- [nongnu] elpa/evil-escape 9164cdad0b 075/133: Fix evil-escape--escape-motion-state syntax error, ELPA Syncer, 2024/01/03
- [nongnu] elpa/evil-escape 7603a2f288 092/133: Fix broken interactive evil-escape function, ELPA Syncer, 2024/01/03
- [nongnu] elpa/evil-escape f62630c7d6 070/133: Simplify evil-escape-pre-command-hook, ELPA Syncer, 2024/01/03
- [nongnu] elpa/evil-escape 3d3c941db8 082/133: add evil escape suppressed predicates., ELPA Syncer, 2024/01/03
- [nongnu] elpa/evil-escape 9f7ed13160 086/133: Add support for read-only buffers, ELPA Syncer, 2024/01/03
- [nongnu] elpa/evil-escape 0039182e81 103/133: v3.13: use new funtion evil-lisp-state/quit, ELPA Syncer, 2024/01/03
- [nongnu] elpa/evil-escape d9737a9075 096/133: Execute helm-keyboard-quit in helm buffers, ELPA Syncer, 2024/01/03