Add sp-{beginning,end}-of-sexp bindings

This commit is contained in:
David Morgan 2023-01-05 13:59:11 +00:00
parent 40216aacfb
commit 10ec570ba5
Signed by: djm
GPG Key ID: C171251002C200F2
1 changed files with 2 additions and 0 deletions

View File

@ -80,6 +80,8 @@ Equivalent to raising then wrapping."
("M-;" . paredit-comment-dwim)
("M-q" . sp-indent-defun)
("C-j" . sp-newline)
("C-S-a" . sp-beginning-of-sexp)
("C-S-e" . sp-end-of-sexp)
("M-R" . kill-around-sexp)
("C-c C-S-d" . duplicate-sexp-after-point)
("C-c M-(" . wrap-round-from-behind)))