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

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

[nongnu] elpa/idle-highlight-mode e654412df7 06/16: Cleanup: format


From: ELPA Syncer
Subject: [nongnu] elpa/idle-highlight-mode e654412df7 06/16: Cleanup: format
Date: Tue, 7 Feb 2023 23:59:16 -0500 (EST)

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

    Cleanup: format
---
 idle-highlight-mode.el | 16 +++++++++-------
 1 file changed, 9 insertions(+), 7 deletions(-)

diff --git a/idle-highlight-mode.el b/idle-highlight-mode.el
index a9410d8cba..4a35766488 100755
--- a/idle-highlight-mode.el
+++ b/idle-highlight-mode.el
@@ -43,10 +43,11 @@
 ;; ---------------------------------------------------------------------------
 ;; Custom Variables
 
-(defgroup idle-highlight nil "Highlight other occurrences of the word at 
point." :group 'faces)
+(defgroup idle-highlight nil
+  "Highlight other occurrences of the word at point."
+  :group 'faces)
 
-(defface idle-highlight
-  '((t (:inherit region)))
+(defface idle-highlight '((t (:inherit region)))
   "Face used to highlight other occurrences of the word at point.")
 
 (defcustom idle-highlight-exceptions nil
@@ -98,7 +99,8 @@ check this buffer.")
 ;; ---------------------------------------------------------------------------
 ;; Internal Variables
 
-(defvar-local idle-highlight--overlays nil "Buffer-local list of overlays.")
+(defvar-local idle-highlight--overlays nil
+  "Buffer-local list of overlays.")
 
 
 ;; ---------------------------------------------------------------------------
@@ -451,10 +453,10 @@ should be the result of 
`idle-highlight--word-at-point-args'."
       (idle-highlight--disable))))
 
 ;;;###autoload
-(define-globalized-minor-mode
-  global-idle-highlight-mode
+(define-globalized-minor-mode global-idle-highlight-mode
 
-  idle-highlight-mode idle-highlight--turn-on)
+  idle-highlight-mode
+  idle-highlight--turn-on)
 
 (provide 'idle-highlight-mode)
 ;;; idle-highlight-mode.el ends here



reply via email to

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