show-paren-when-point-in-periphery = t
This commit is contained in:
parent
19ec099e25
commit
f9e25f95a8
1 changed files with 2 additions and 1 deletions
|
@ -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))
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue