all repos — archive/dotfiles @ 0959519eaa0ad9c4f0098e562da60f3bcdf01b74

Superseded by nixfiles

Emacs: Bind smartparens hybrid commands
Alan Pearce alan@alanpearce.co.uk
Wed, 01 Oct 2014 19:45:03 +0100
commit

0959519eaa0ad9c4f0098e562da60f3bcdf01b74

parent

564b9f0c06c542bc6dd0a4e22448fd181685532c

1 files changed, 2 insertions(+), 0 deletions(-)

jump to
M tag-emacs/emacs.d/init.eltag-emacs/emacs.d/init.el
@@ -1074,6 +1074,8 @@ (bind-key "M-S" #'sp-split-sexp sp-keymap)             (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)))