summary refs log tree commit diff stats
path: root/tag-emacs
diff options
context:
space:
mode:
authorAlan Pearce2016-07-04 09:48:20 +0200
committerAlan Pearce2016-07-04 09:48:20 +0200
commitbc564613c5244d86ae94b3ffb88563fe211bc8ca (patch)
tree0046316eb5ffee3a54cf2cee1f386a928eb87fd3 /tag-emacs
parent7f6535f0e3fa7beda5d740f900e1b8908c00a67a (diff)
downloaddotfiles-bc564613c5244d86ae94b3ffb88563fe211bc8ca.tar.lz
dotfiles-bc564613c5244d86ae94b3ffb88563fe211bc8ca.tar.zst
dotfiles-bc564613c5244d86ae94b3ffb88563fe211bc8ca.zip
Emacs: Move smartparens’ keys out of swiper’s way
Diffstat (limited to 'tag-emacs')
-rw-r--r--tag-emacs/emacs.d/init.org6
1 files changed, 3 insertions, 3 deletions
diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org
index 12e0772..146bce0 100644
--- a/tag-emacs/emacs.d/init.org
+++ b/tag-emacs/emacs.d/init.org
@@ -2231,9 +2231,9 @@ nice as the real version
               (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)