show-paren-when-point-in-periphery = t

This commit is contained in:
Henrik Lissner 2019-10-18 19:49:17 -04:00
parent 19ec099e25
commit f9e25f95a8
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -432,7 +432,8 @@ treat Emacs as a non-application window."
:config
(setq show-paren-delay 0.1
show-paren-highlight-openparen t
show-paren-when-point-inside-paren t)
show-paren-when-point-inside-paren t
show-paren-when-point-in-periphery t)
(show-paren-mode +1))