spacemacs layer: fix sp-show-pair-from-inside

This settings depends on the value of evil-move-beyond-eol
This commit is contained in:
syl20bnr 2015-08-05 21:15:01 -04:00
parent d2eab64830
commit 439278bf9f

View file

@ -3242,7 +3242,7 @@ one of `l' or `r'."
(setq sp-show-pair-delay 0.2
;; fix paren highlighting in normal mode
sp-show-pair-from-inside t
sp-show-pair-from-inside (not evil-move-beyond-eol)
sp-cancel-autoskip-on-backward-movement nil))
:config
(progn