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

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

[nongnu] elpa/evil-lisp-state 3a0230162e 019/125: Add key binding for sp


From: ELPA Syncer
Subject: [nongnu] elpa/evil-lisp-state 3a0230162e 019/125: Add key binding for sp-absorb-sexp `a`
Date: Thu, 6 Jan 2022 04:58:38 -0500 (EST)

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

    Add key binding for sp-absorb-sexp `a`
---
 README.md          | 1 +
 evil-lisp-state.el | 1 +
 2 files changed, 2 insertions(+)

diff --git a/README.md b/README.md
index 69157202a9..7b6da5d57d 100644
--- a/README.md
+++ b/README.md
@@ -33,6 +33,7 @@ Key Binding   | Function
 --------------|------------------------------------------------------------
 `$`           | sp-end-of-sexp
 `0`           | sp-beginning-of-sexp
+`a`           | sp-absorb-sexp
 `bh`          | sp-backward-barf-sexp
 `bl`          | sp-forward-barf-sexp
 `c`           | sp-convolute-sexp
diff --git a/evil-lisp-state.el b/evil-lisp-state.el
index 1e8fcfa571..f22c0ef95c 100644
--- a/evil-lisp-state.el
+++ b/evil-lisp-state.el
@@ -63,6 +63,7 @@
 (define-key evil-lisp-state-map "9"   'digit-argument)
 (define-key evil-lisp-state-map "$"   'sp-end-of-sexp)
 (define-key evil-lisp-state-map "0"   'sp-beginning-of-sexp)
+(define-key evil-lisp-state-map "a"   'sp-absorb-sexp)
 (define-key evil-lisp-state-map "bh"  'sp-backward-barf-sexp)
 (define-key evil-lisp-state-map "bl"  'sp-forward-barf-sexp)
 (define-key evil-lisp-state-map "c"   'sp-convolute-sexp)



reply via email to

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