Improve sp-wrap-curly binding

This commit is contained in:
David Morgan 2023-09-21 07:43:48 +01:00
parent 4bc5b2e9ca
commit 2ccde4df64
Signed by: djm
GPG Key ID: C171251002C200F2
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ Equivalent to raising then wrapping."
([remap sp-forward-sexp] . sp-fwd-sexp)
([remap sp-backward-sexp] . sp-bwd-sexp)
("M-[" . sp-wrap-square)
("C-c M-{" . sp-wrap-curly)
("C-M-{" . sp-wrap-curly)
("M-W" . sp-copy-sexp)
(")" . paredit-close-round)
("]" . paredit-close-square)