[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
- [nongnu] elpa/idle-highlight-mode updated (5418252a11 -> 215d6612b4), ELPA Syncer, 2023/02/07
- [nongnu] elpa/idle-highlight-mode ca1c028daf 04/16: Add melpa link, ELPA Syncer, 2023/02/07
- [nongnu] elpa/idle-highlight-mode 00938d86b4 01/16: Correct URL, ELPA Syncer, 2023/02/07
- [nongnu] elpa/idle-highlight-mode 9976d951f5 07/16: Cleanup: emacs native format, ELPA Syncer, 2023/02/07
- [nongnu] elpa/idle-highlight-mode f8b3cf0de1 10/16: Update description, ELPA Syncer, 2023/02/07
- [nongnu] elpa/idle-highlight-mode 8ded8426e9 11/16: Release 1.1.4, avoid `global-` prefix for functions and variables, ELPA Syncer, 2023/02/07
- [nongnu] elpa/idle-highlight-mode d0eb1dc453 15/16: Cleanup: reformat with updated elisp-autofmt, ELPA Syncer, 2023/02/07
- [nongnu] elpa/idle-highlight-mode 215d6612b4 16/16: Cleanup: disable formatting for quoted text, ELPA Syncer, 2023/02/07
- [nongnu] elpa/idle-highlight-mode e654412df7 06/16: Cleanup: format,
ELPA Syncer <=
- [nongnu] elpa/idle-highlight-mode 0a712722c9 03/16: Cleanup: use plist-dolist, ELPA Syncer, 2023/02/07
- [nongnu] elpa/idle-highlight-mode 37e181903c 09/16: Cleanup: add fill-column local variable, ELPA Syncer, 2023/02/07
- [nongnu] elpa/idle-highlight-mode ae5e663dda 08/16: Cleanup: formatting, ELPA Syncer, 2023/02/07
- [nongnu] elpa/idle-highlight-mode 6749314b0d 13/16: Fix compatibility for pos-bol/eol for emacs <29.1, ELPA Syncer, 2023/02/07
- [nongnu] elpa/idle-highlight-mode 6f3a6252e9 02/16: Resolve issues building the packages with elpa.gnu.org, ELPA Syncer, 2023/02/07
- [nongnu] elpa/idle-highlight-mode c02f1c4bb2 05/16: Cleanup: require pcase for pcase-dolist, ELPA Syncer, 2023/02/07
- [nongnu] elpa/idle-highlight-mode 7c66d59da1 12/16: Cleanup: use pos-bol/eol as respecting fields isn't needed, ELPA Syncer, 2023/02/07
- [nongnu] elpa/idle-highlight-mode 024d86314e 14/16: Correct compatibility for pos-bol/eol for emacs <29.1, ELPA Syncer, 2023/02/07