From 0959519eaa0ad9c4f0098e562da60f3bcdf01b74 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Wed, 1 Oct 2014 19:45:03 +0100 Subject: Emacs: Bind smartparens hybrid commands --- tag-emacs/emacs.d/init.el | 2 ++ 1 file changed, 2 insertions(+) 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-" #'sp-splice-sexp-killing-backward sp-keymap) (bind-key "M-" #'sp-splice-sexp-killing-forward sp-keymap) + (bind-key "C-M-S-k" #'sp-kill-hybrid-sexp sp-keymap) + (bind-key "C-S-" #'sp-slurp-hybrid-sexp sp-keymap) (show-smartparens-global-mode t) (smartparens-global-strict-mode t))) -- cgit 1.4.1