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

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

[nongnu] elpa/idle-highlight-mode bdc6cb06e0 37/59: Reduce the default i


From: ELPA Syncer
Subject: [nongnu] elpa/idle-highlight-mode bdc6cb06e0 37/59: Reduce the default idle time to 0.35 seconds
Date: Thu, 7 Jul 2022 12:00:31 -0400 (EDT)

branch: elpa/idle-highlight-mode
commit bdc6cb06e03be7ab8b37cf01cc45806c3b465566
Author: Campbell Barton <ideasman42@gmail.com>
Commit: Campbell Barton <ideasman42@gmail.com>

    Reduce the default idle time to 0.35 seconds
    
    This is quite fast, so a short idle time is reasonable.
---
 idle-highlight-mode.el | 2 +-
 readme.rst             | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/idle-highlight-mode.el b/idle-highlight-mode.el
index e1fa6c86ff..1c8401f2ca 100755
--- a/idle-highlight-mode.el
+++ b/idle-highlight-mode.el
@@ -83,7 +83,7 @@
   :group 'idle-highlight
   :type 'boolean)
 
-(defcustom idle-highlight-idle-time 0.5
+(defcustom idle-highlight-idle-time 0.35
   "Time after which to highlight the word at point."
   :group 'idle-highlight
   :type 'float)
diff --git a/readme.rst b/readme.rst
index 09cacaec0b..57a7113147 100644
--- a/readme.rst
+++ b/readme.rst
@@ -30,7 +30,7 @@ Global Settings
    Faces to exclude from highlighting (defaults to ignore keywords & strings).
 ``idle-highlight-exclude-point``: ``nil``
    When non-nil, don't highlight the symbol under the cursor.
-``idle-highlight-idle-time``: ``0.5``
+``idle-highlight-idle-time``: ``0.35``
    Delay before highlighting (in seconds).
 ``global-idle-highlight-ignore-modes``: ``nil``
    A list of modes that won't enable spell-checking from 
``global-idle-highlight-mode``.



reply via email to

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