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

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

[nongnu] elpa/evil-lisp-state 7499dc3bd3 039/125: Version 1.2


From: ELPA Syncer
Subject: [nongnu] elpa/evil-lisp-state 7499dc3bd3 039/125: Version 1.2
Date: Thu, 6 Jan 2022 04:58:40 -0500 (EST)

branch: elpa/evil-lisp-state
commit 7499dc3bd3e12e39285c83c863f5f7cf694ec475
Author: syl20bnr <sylvain.benner@gmail.com>
Commit: syl20bnr <sylvain.benner@gmail.com>

    Version 1.2
---
 README.md          | 2 +-
 evil-lisp-state.el | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 1a53a4b315..68afda18bc 100644
--- a/README.md
+++ b/README.md
@@ -100,9 +100,9 @@ Key Binding   | Function
 `u`           | undo-tree-undo
 `U`           | sp-unwrap-sexp
 `nU`          | sp-backward-unwrap-sexp
-`y`           | sp-copy-sexp
 `x`           | sp-delete-char
 `X`           | sp-backward-delete-char
+`y`           | sp-copy-sexp
 `ny`          | sp-backward-copy-sexp
 `RET`         | sp-newline
 `ESC`         | evil-normal-state
diff --git a/evil-lisp-state.el b/evil-lisp-state.el
index c020dd747e..2ec355ff4b 100644
--- a/evil-lisp-state.el
+++ b/evil-lisp-state.el
@@ -5,7 +5,7 @@
 ;; Author: Sylvain Benner <sylvain.benner@gmail.com>
 ;; Keywords: convenience editing evil smartparens lisp mnemonic
 ;; Created: 9 Oct 2014
-;; Version: 1.1
+;; Version: 1.2
 ;; Package-Requires: ((evil "1.0.9") (smartparens "1.6.1"))
 ;; URL: https://github.com/syl20bnr/evil-lisp-state
 



reply via email to

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