From f18d9e1910b925eea3e67466ccd519bfce8e9936 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Wed, 16 Mar 2016 10:45:40 +0100 Subject: Emacs: Disable smartparens pair overlays They seem quite buggy, especially with multiple cursors and aren’t really necessary --- tag-emacs/emacs.d/init.org | 1 + 1 file changed, 1 insertion(+) (limited to 'tag-emacs/emacs.d') diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org index a87a2dd..2ce7be0 100644 --- a/tag-emacs/emacs.d/init.org +++ b/tag-emacs/emacs.d/init.org @@ -2381,6 +2381,7 @@ nice as the real version :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) -- cgit 1.4.1