diff options
Diffstat (limited to 'tag-emacs')
-rw-r--r-- | tag-emacs/emacs.d/init.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el index 3b9ece3f..051d2987 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))) |