Emacs: Disable smartparens pair overlays They seem quite buggy, especially with multiple cursors and aren’t really necessary
Alan Pearce alan.pearce@spotcap.com
Wed, 16 Mar 2016 10:45:40 +0100
1 files changed, 1 insertions(+), 0 deletions(-)
jump to
M tag-emacs/emacs.d/init.org → tag-emacs/emacs.d/init.org
@@ -2381,6 +2381,7 @@ (use-package smartparens-config :ensure smartparens :config (progn (sp-use-smartparens-bindings) + (setq sp-highlight-pair-overlay nil) (fset 'wrap-with-paren "\C-](") ;; `sp-select-next-thing-exchange' (bind-key "C-(" #'wrap-with-paren smartparens-mode-map) (bind-key "C-)" #'sp-forward-slurp-sexp smartparens-mode-map)