From 2b094afae39ff239eef85134fd7b67dc8ae4710f Mon Sep 17 00:00:00 2001 From: Taylor R Campbell Date: Sun, 20 Mar 2011 17:41:13 +0000 Subject: 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(+) (limited to 'paredit.el') 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-") -- cgit v1.2.1