More configuration for smartparens

Fewer overlay highlights and show-pair-from-inside, in case we use that
feature later.
This commit is contained in:
Henrik Lissner 2018-06-17 02:12:14 +02:00
parent d31052d9db
commit c1b8d6f508
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -143,8 +143,11 @@ fundamental-mode) for performance sake."
:config
(require 'smartparens-config)
(setq sp-highlight-pair-overlay nil
sp-highlight-wrap-overlay nil
sp-highlight-wrap-tag-overlay nil
sp-show-pair-from-inside t
sp-cancel-autoskip-on-backward-movement nil
sp-show-pair-delay 0
sp-show-pair-delay 0.1
sp-max-pair-length 3)
;; smartparens conflicts with evil-mode's replace state