emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/hl-block-mode 00914d2938 22/64: Reduce default delay to 20


From: ELPA Syncer
Subject: [nongnu] elpa/hl-block-mode 00914d2938 22/64: Reduce default delay to 200ms
Date: Thu, 7 Jul 2022 12:00:05 -0400 (EDT)

branch: elpa/hl-block-mode
commit 00914d2938bcfe3dc4c2227640323d982f32c4b3
Author: Campbell Barton <ideasman42@gmail.com>
Commit: Campbell Barton <ideasman42@gmail.com>

    Reduce default delay to 200ms
---
 hl-block-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hl-block-mode.el b/hl-block-mode.el
index 4e34e2e48e..2c98805429 100644
--- a/hl-block-mode.el
+++ b/hl-block-mode.el
@@ -43,7 +43,7 @@ Set to nil to use all brackets."
   :group 'hl-block-mode
   :type  'symbol)
 
-(defcustom hl-block-delay 0.3
+(defcustom hl-block-delay 0.2
   "Idle time before highlighting."
   :group 'hl-block-mode
   :type  'float)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]