about summary refs log tree commit diff stats
path: root/.emacs.d/lisp
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2023-07-24 13:01:16 +0100
committerDavid Morgan <djm_uk@protonmail.com>2023-07-24 13:01:16 +0100
commit109a3bdb3505b4f5f2542e3ca8220fc51d1c12f4 (patch)
treea322b0b483d02ba638f439629945ac2208b737ef /.emacs.d/lisp
parent2cdb31b9d229e0112c72e3da1e733aa9bf270d8c (diff)
downloaddotfiles-109a3bdb3505b4f5f2542e3ca8220fc51d1c12f4.tar.gz
sp-unwrap-sexp bindings
Diffstat (limited to '.emacs.d/lisp')
-rw-r--r--.emacs.d/lisp/init-smartparens.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/.emacs.d/lisp/init-smartparens.el b/.emacs.d/lisp/init-smartparens.el
index e698353..ae167a5 100644
--- a/.emacs.d/lisp/init-smartparens.el
+++ b/.emacs.d/lisp/init-smartparens.el
@@ -104,6 +104,8 @@ Equivalent to raising then wrapping."
               ("M-q" . sp-indent-defun)
               ("C-j" . sp-newline)
               ("M-R" . kill-around-sexp)
+              ("M-D" . sp-unwrap-sexp)
+              ("C-M-S-d" . sp-backward-unwrap-sexp)
               ("C-c C-S-d" . duplicate-sexp-after-point)
               ("C-c M-(" . wrap-round-from-behind)))