mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
More configuration for smartparens
Fewer overlay highlights and show-pair-from-inside, in case we use that feature later.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user