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

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

[nongnu] elpa/evil-lisp-state e1cf52572a 077/125: Remove expand-region d


From: ELPA Syncer
Subject: [nongnu] elpa/evil-lisp-state e1cf52572a 077/125: Remove expand-region dependency
Date: Thu, 6 Jan 2022 04:58:42 -0500 (EST)

branch: elpa/evil-lisp-state
commit e1cf52572a3335a56e877b785fbca93c02f105bc
Author: sbenner <sylvain.benner@gmail.com>
Commit: sbenner <sylvain.benner@gmail.com>

    Remove expand-region dependency
    
    If one wants it then he can just install it and put
    it behind en evil leader
---
 README.md          | 2 --
 evil-lisp-state.el | 5 ++---
 2 files changed, 2 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md
index 722e9e7f0a..11c9196d58 100644
--- a/README.md
+++ b/README.md
@@ -146,8 +146,6 @@ Key Binding   | Function
 `T`           | sp-transpose-hybrid-sexp
 `u`           | *undo-tree-undo
 `<tab>U`      | sp-backward-unwrap-sexp
-`v`           | er/expand-region
-`V`           | *select whole line and switch to `visual state`
 `w`           | wrap sexp
 `W`           | unwrap sexp
 `x$`          | evil-lisp-state-eval-sexp-end-of-line
diff --git a/evil-lisp-state.el b/evil-lisp-state.el
index 7834be360e..b2326d953b 100644
--- a/evil-lisp-state.el
+++ b/evil-lisp-state.el
@@ -5,8 +5,8 @@
 ;;;; Author: Sylvain Benner <sylvain.benner@gmail.com>
 ;; Keywords: convenience editing evil smartparens lisp mnemonic
 ;; Created: 9 Oct 2014
-;; Version: 3.3
-;; Package-Requires: ((evil "1.0.9") (smartparens "1.6.1") (expand-region 
"0.10.0"))
+;; Version: 3.4
+;; Package-Requires: ((evil "1.0.9") (smartparens "1.6.1"))
 ;; URL: https://github.com/syl20bnr/evil-lisp-state
 
 ;; This file is not part of GNU Emacs.
@@ -139,7 +139,6 @@ of COMMAND.
 (define-key evil-lisp-state-map "t"   'sp-transpose-sexp)
 (define-key evil-lisp-state-map "T"   'sp-transpose-hybrid-sexp)
 (define-key evil-lisp-state-map "u"   'undo-tree-undo)
-(define-key evil-lisp-state-map "v"   'er/expand-region)
 (define-key evil-lisp-state-map "w"   '(lambda (&optional arg) (interactive 
"P")
                                          (sp-wrap-with-pair "(")))
 (evil-lisp-state-define-key     "W"    unwrap-sexp t)



reply via email to

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