summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--tag-emacs/emacs.d/init.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el
index 3b9ece3..051d298 100644
--- a/tag-emacs/emacs.d/init.el
+++ b/tag-emacs/emacs.d/init.el
@@ -1074,6 +1074,8 @@ mouse-1: Display Line and Column Mode Menu"))))))
             (bind-key "M-J" #'sp-join-sexp sp-keymap)
             (bind-key "M-<up>" #'sp-splice-sexp-killing-backward sp-keymap)
             (bind-key "M-<down>" #'sp-splice-sexp-killing-forward sp-keymap)
+            (bind-key "C-M-S-k" #'sp-kill-hybrid-sexp sp-keymap)
+            (bind-key "C-S-<right>" #'sp-slurp-hybrid-sexp sp-keymap)
             (show-smartparens-global-mode t)
             (smartparens-global-strict-mode t)))