summary refs log tree commit diff stats
path: root/tag-emacs/emacs.d
diff options
context:
space:
mode:
authorAlan Pearce2016-03-16 10:45:40 +0100
committerAlan Pearce2016-03-16 10:45:40 +0100
commitf18d9e1910b925eea3e67466ccd519bfce8e9936 (patch)
treec6e1614aec59f8afcfa411dbb43d57b83376485b /tag-emacs/emacs.d
parente84a3c8f9b949a4a19944d17b9d18980906849bb (diff)
downloaddotfiles-f18d9e1910b925eea3e67466ccd519bfce8e9936.tar.lz
dotfiles-f18d9e1910b925eea3e67466ccd519bfce8e9936.tar.zst
dotfiles-f18d9e1910b925eea3e67466ccd519bfce8e9936.zip
Emacs: Disable smartparens pair overlays
They seem quite buggy, especially with multiple cursors and aren’t
really necessary
Diffstat (limited to 'tag-emacs/emacs.d')
-rw-r--r--tag-emacs/emacs.d/init.org1
1 files changed, 1 insertions, 0 deletions
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)