More configuration for smartparens
Fewer overlay highlights and show-pair-from-inside, in case we use that feature later.
This commit is contained in:
parent
d31052d9db
commit
c1b8d6f508
1 changed files with 4 additions and 1 deletions
|
@ -143,8 +143,11 @@ fundamental-mode) for performance sake."
|
||||||
:config
|
:config
|
||||||
(require 'smartparens-config)
|
(require 'smartparens-config)
|
||||||
(setq sp-highlight-pair-overlay nil
|
(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-cancel-autoskip-on-backward-movement nil
|
||||||
sp-show-pair-delay 0
|
sp-show-pair-delay 0.1
|
||||||
sp-max-pair-length 3)
|
sp-max-pair-length 3)
|
||||||
|
|
||||||
;; smartparens conflicts with evil-mode's replace state
|
;; smartparens conflicts with evil-mode's replace state
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue