diff options
| author | Craig Jennings <c@cjennings.net> | 2026-05-05 05:06:48 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-05-05 05:06:48 -0500 |
| commit | f320da4632d014cfd576ce9ba7e65185d14f530a (patch) | |
| tree | f7141a824430688cfdaf6b64cbbc8966aa10ebbe | |
| parent | 8ac0dcdade83e791f2daf9720839e1b603d898b2 (diff) | |
| download | chime-f320da4632d014cfd576ce9ba7e65185d14f530a.tar.gz chime-f320da4632d014cfd576ce9ba7e65185d14f530a.zip | |
chore: drop non-standard keywords from chime.el header
Eask flagged `agenda`, `chime`, and `sound` as unknown finder keywords. The
Eask manifest already lists the canonical set (notification, alert, org,
org-agenda, calendar), so I trimmed the in-file header to match.
| -rw-r--r-- | chime.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ ;; Created: 6 Jan 2017 ;; Version: 0.6.0 ;; Package-Requires: ((alert "1.2") (async "1.9.3") (dash "2.18.0") (emacs "27.1")) -;; Keywords: notification alert org org-agenda agenda calendar chime sound +;; Keywords: notification alert org org-agenda calendar ;; URL: https://github.com/cjennings/chime ;; This program is free software: you can redistribute it and/or modify |
