Use sp-kill-sexp

This commit is contained in:
David Morgan 2023-06-09 13:37:35 +01:00
parent 3e6443a15d
commit 39a2012ec7
Signed by: djm
GPG Key ID: C171251002C200F2
1 changed files with 1 additions and 0 deletions

View File

@ -75,6 +75,7 @@ Equivalent to raising then wrapping."
:bind (:map smartparens-mode-map
("C-M-?" . sp-convolute-sexp)
([remap mark-sexp] . sp-mark-sexp)
([remap kill-sexp] . sp-kill-sexp)
("M-[" . sp-wrap-square)
("C-c M-{" . sp-wrap-curly)
("M-W" . sp-copy-sexp)