sp-max-pair-length = 5 (for performance)
This commit is contained in:
parent
4f1bda5f71
commit
cf968a2848
2 changed files with 6 additions and 1 deletions
|
@ -238,7 +238,8 @@
|
|||
(setq sp-autowrap-region nil ; let evil-surround handle this
|
||||
sp-highlight-pair-overlay nil
|
||||
sp-cancel-autoskip-on-backward-movement nil
|
||||
sp-show-pair-delay 0)
|
||||
sp-show-pair-delay 0
|
||||
sp-max-pair-length 5)
|
||||
|
||||
(smartparens-global-mode 1)
|
||||
(require 'smartparens-config)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue