summary refs log tree commit diff stats
path: root/tag-emacs/emacs.d/init.org
diff options
context:
space:
mode:
Diffstat (limited to 'tag-emacs/emacs.d/init.org')
-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)