diff options
-rw-r--r-- | .emacs.d/lisp/init-smartparens.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.emacs.d/lisp/init-smartparens.el b/.emacs.d/lisp/init-smartparens.el index 3b8729e..daac2dc 100644 --- a/.emacs.d/lisp/init-smartparens.el +++ b/.emacs.d/lisp/init-smartparens.el @@ -89,7 +89,8 @@ 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) + ("C-M-k" . sp-kill-sexp) + ("M-S-k" . kill-sexp) ([remap sp-forward-sexp] . sp-fwd-sexp) ([remap sp-backward-sexp] . sp-bwd-sexp) ("M-[" . sp-wrap-square) |