mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-19 13:43:36 -05:00
Change show-paren-delay on normal state entry/exit
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
(setq frame-title-format '(buffer-file-name "%f" ("%b"))))
|
||||
|
||||
;; Highlight matching parens
|
||||
(setq show-paren-delay 0.05)
|
||||
(setq show-paren-delay 0.075)
|
||||
(show-paren-mode 1)
|
||||
|
||||
(global-hl-line-mode 1) ; do highlight line
|
||||
|
Reference in New Issue
Block a user