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

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

[nongnu] elpa/idle-highlight-mode 4714dcafcc 36/59: readme: add default


From: ELPA Syncer
Subject: [nongnu] elpa/idle-highlight-mode 4714dcafcc 36/59: readme: add default values for settings
Date: Thu, 7 Jul 2022 12:00:31 -0400 (EDT)

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

    readme: add default values for settings
---
 readme.rst | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/readme.rst b/readme.rst
index 68208b232b..09cacaec0b 100644
--- a/readme.rst
+++ b/readme.rst
@@ -24,15 +24,15 @@ Global Settings
 
 ``idle-highlight``
    Face used for highlighting the symbol.
-``idle-highlight-exceptions`` nil
+``idle-highlight-exceptions``: ``nil``
    Words to exclude from highlighting.
-``idle-highlight-exceptions-face`` '(font-lock-keyword-face 
font-lock-string-face)
+``idle-highlight-exceptions-face``: ``'(font-lock-keyword-face 
font-lock-string-face)``
    Faces to exclude from highlighting (defaults to ignore keywords & strings).
-``idle-highlight-exclude-point`` nil
+``idle-highlight-exclude-point``: ``nil``
    When non-nil, don't highlight the symbol under the cursor.
-``idle-highlight-idle-time``
+``idle-highlight-idle-time``: ``0.5``
    Delay before highlighting (in seconds).
-``global-idle-highlight-ignore-modes`` nil
+``global-idle-highlight-ignore-modes``: ``nil``
    A list of modes that won't enable spell-checking from 
``global-idle-highlight-mode``.
 
 Buffer Local Settings



reply via email to

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