all repos — archive/dotfiles @ f18d9e1910b925eea3e67466ccd519bfce8e9936

Superseded by nixfiles

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
commit

f18d9e1910b925eea3e67466ccd519bfce8e9936

parent

e84a3c8f9b949a4a19944d17b9d18980906849bb

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

jump to
M tag-emacs/emacs.d/init.orgtag-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)