Reduce show-paren-delay
This commit is contained in:
parent
ac3e63715d
commit
5475ec372a
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ local value, whether or not it's permanent-local. Therefore, we cycle
|
||||||
(add-hook 'window-setup-hook #'winner-mode)
|
(add-hook 'window-setup-hook #'winner-mode)
|
||||||
|
|
||||||
;; highlight matching delimiters
|
;; highlight matching delimiters
|
||||||
(setq show-paren-delay 0.2
|
(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-mode +1)
|
(show-paren-mode +1)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue