diff options
| author | Craig Jennings <c@cjennings.net> | 2026-02-22 23:25:51 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-02-22 23:25:51 -0600 |
| commit | 4b279bac36f11da7873859cb2527ae30b9c31bbf (patch) | |
| tree | aa5e34b0afa87aeea16e9526a32b96574db99fab /chime.el | |
| parent | 79653bf1f70e6fd601c363e93ca8ae5226d88ff9 (diff) | |
| download | chime-4b279bac36f11da7873859cb2527ae30b9c31bbf.tar.gz chime-4b279bac36f11da7873859cb2527ae30b9c31bbf.zip | |
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.
Diffstat (limited to 'chime.el')
| -rw-r--r-- | chime.el | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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. |
