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

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

[nongnu] elpa/paredit 2b094af 065/224: Bind M-? to `paredit-convolute-se


From: ELPA Syncer
Subject: [nongnu] elpa/paredit 2b094af 065/224: Bind M-? to `paredit-convolute-sexp'.
Date: Sat, 7 Aug 2021 09:22:20 -0400 (EDT)

branch: elpa/paredit
commit 2b094afae39ff239eef85134fd7b67dc8ae4710f
Author: Taylor R Campbell <campbell@mumble.net>
Commit: Taylor R Campbell <campbell@mumble.net>

    Bind M-? to `paredit-convolute-sexp'.
    
    Ignore-this: 316cb4a43f14464fbcc655c61926f177
    
    Thanks to Eitan Postavsky for the suggestion.
    
    darcs-hash:20110320174113-00fcc-bc6d366e415e031be7bb6faa7353caabcd3d9c57
---
 paredit.el | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/paredit.el b/paredit.el
index 63272c0..22927bf 100644
--- a/paredit.el
+++ b/paredit.el
@@ -417,6 +417,9 @@ Paredit behaves badly if parentheses are imbalanced, so 
exercise
                 ("(dynamic-wind in (lambda () |body) out)"
                  "(dynamic-wind in |body out)"
                  "|body"))
+   ("M-?"       paredit-convolute-sexp
+                ("(let ((x 5) (y 3)) (frob |(zwonk)) (wibblethwop))"
+                 "|(frob (let ((x 5) (y 3)) (zwonk) (wibblethwop)))"))
 
    "Barfage & Slurpage"
    (("C-)" "C-<right>")



reply via email to

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