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

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

[nongnu] elpa/idle-highlight-mode 2b627d5d45 24/59: Cleanup: be explicit


From: ELPA Syncer
Subject: [nongnu] elpa/idle-highlight-mode 2b627d5d45 24/59: Cleanup: be explicit that this mode isn't global
Date: Thu, 7 Jul 2022 12:00:30 -0400 (EDT)

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

    Cleanup: be explicit that this mode isn't global
---
 idle-highlight-mode.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/idle-highlight-mode.el b/idle-highlight-mode.el
index dd9bbcb0d4..bbfc12af14 100755
--- a/idle-highlight-mode.el
+++ b/idle-highlight-mode.el
@@ -126,6 +126,8 @@
 (define-minor-mode idle-highlight-mode
   "Idle-Highlight Minor Mode."
   :group 'idle-highlight
+  :global nil
+
   (if idle-highlight-mode
     (progn
       (unless idle-highlight--global-timer



reply via email to

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