all repos — archive/dotfiles @ bc564613c5244d86ae94b3ffb88563fe211bc8ca

Superseded by nixfiles

Emacs: Move smartparens’ keys out of swiper’s way
Alan Pearce alan.pearce@spotcap.com
Mon, 04 Jul 2016 09:48:20 +0200
commit

bc564613c5244d86ae94b3ffb88563fe211bc8ca

parent

7f6535f0e3fa7beda5d740f900e1b8908c00a67a

1 files changed, 3 insertions(+), 3 deletions(-)

jump to
M tag-emacs/emacs.d/init.orgtag-emacs/emacs.d/init.org
@@ -2231,9 +2231,9 @@ (bind-key "C-)" #'sp-forward-slurp-sexp smartparens-mode-map)               (bind-key "M-<backspace>" #'backward-kill-word smartparens-mode-map)
               (bind-key "M-?" #'sp-convolute-sexp smartparens-mode-map)
               (bind-key "C-M-t" #'sp-transpose-sexp smartparens-mode-map)
-              (bind-key "M-r" #'sp-raise-sexp smartparens-mode-map)
-              (bind-key "M-s" #'sp-splice-sexp smartparens-mode-map)
-              (bind-key "M-S" #'sp-split-sexp smartparens-mode-map)
+              (bind-key "M-R" #'sp-raise-sexp smartparens-mode-map)
+              (bind-key "M-S" #'sp-splice-sexp smartparens-mode-map)
+              (bind-key "C-M-s" #'sp-split-sexp smartparens-mode-map)
               (bind-key "M-J" #'sp-join-sexp smartparens-mode-map)
               (bind-key "M-<up>" #'sp-splice-sexp-killing-backward smartparens-mode-map)
               (bind-key "M-<down>" #'sp-splice-sexp-killing-forward smartparens-mode-map)