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

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

[nongnu] elpa/evil-lisp-state 729c131ecc 012/125: Better consistency wit


From: ELPA Syncer
Subject: [nongnu] elpa/evil-lisp-state 729c131ecc 012/125: Better consistency with `sx` for sp-splice-sexp
Date: Thu, 6 Jan 2022 04:58:38 -0500 (EST)

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

    Better consistency with `sx` for sp-splice-sexp
    
    Echoes the `dx` key binding to kill-sexp
---
 evil-lisp-state.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/evil-lisp-state.el b/evil-lisp-state.el
index 26eef6f82f..5e7f8ba216 100644
--- a/evil-lisp-state.el
+++ b/evil-lisp-state.el
@@ -88,7 +88,7 @@
 (define-key evil-lisp-state-map "skl"  'sp-splice-sexp-killing-forward)
 (define-key evil-lisp-state-map "sh"  'sp-backward-slurp-sexp)
 (define-key evil-lisp-state-map "sl"  'sp-forward-slurp-sexp)
-(define-key evil-lisp-state-map "ss"  'sp-splice-sexp)
+(define-key evil-lisp-state-map "sx"  'sp-splice-sexp)
 (define-key evil-lisp-state-map "u"   'undo-tree-undo)
 (define-key evil-lisp-state-map [escape] 'evil-normal-state)
 



reply via email to

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