From 4b279bac36f11da7873859cb2527ae30b9c31bbf Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sun, 22 Feb 2026 23:25:51 -0600 Subject: Update README and fix repo references after rename to chime Fix backronym to "CHIME Heralds Imminent Modeline Events" across all files. Update GitHub URLs from chime.el to chime. Add documentation for missing customization variables (notification icon, startup delay, modeline lighter, no-events text, tooltip header format, advance notice, tooltip all-day events). Fix test count (505) and default for chime-day-wide-alert-times. --- chime.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'chime.el') diff --git a/chime.el b/chime.el index 06669e1..a96a1db 100644 --- a/chime.el +++ b/chime.el @@ -1,4 +1,4 @@ -;;; chime.el --- CHIME Heralds Imminent Events -*- lexical-binding: t -*- +;;; chime.el --- CHIME Heralds Imminent Modeline Events -*- lexical-binding: t -*- ;; Copyright (C) 2017 Artem Khramov ;; Copyright (C) 2024-2026 Craig Jennings @@ -9,7 +9,7 @@ ;; Version: 0.6.0 ;; Package-Requires: ((alert "1.2") (async "1.9.3") (dash "2.18.0") (emacs "26.1")) ;; Keywords: notification alert org org-agenda agenda calendar chime sound -;; URL: https://github.com/cjennings/chime.el +;; URL: https://github.com/cjennings/chime ;; This program is free software: you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by @@ -26,7 +26,7 @@ ;;; Commentary: -;; CHIME (CHIME Heralds Imminent Events) - Customizable org-agenda notifications +;; CHIME (CHIME Heralds Imminent Modeline Events) - Customizable org-agenda notifications ;; ;; This package provides visual and audible notifications for upcoming org-agenda ;; events with modeline display of the next upcoming event. -- cgit v1.2.3