mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
show-paren-when-point-in-periphery = t
This commit is contained in:
@ -432,7 +432,8 @@ treat Emacs as a non-application window."
|
|||||||
:config
|
:config
|
||||||
(setq show-paren-delay 0.1
|
(setq show-paren-delay 0.1
|
||||||
show-paren-highlight-openparen t
|
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))
|
(show-paren-mode +1))
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user