From 5475ec372aca6c7d4dc227e416b4a015ef534ea6 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Tue, 16 May 2017 00:49:42 +0200 Subject: [PATCH] Reduce show-paren-delay --- core/core-ui.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core-ui.el b/core/core-ui.el index e7faf0809..086e354b6 100644 --- a/core/core-ui.el +++ b/core/core-ui.el @@ -87,7 +87,7 @@ local value, whether or not it's permanent-local. Therefore, we cycle (add-hook 'window-setup-hook #'winner-mode) ;; highlight matching delimiters -(setq show-paren-delay 0.2 +(setq show-paren-delay 0.1 show-paren-highlight-openparen t show-paren-when-point-inside-paren t) (show-paren-mode +1)