branch: elpa/evil-lisp-state
commit 7499dc3bd3e12e39285c83c863f5f7cf694ec475
Author: syl20bnr <[email protected]>
Commit: syl20bnr <[email protected]>
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 <[email protected]>
;; 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