aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-05-05 05:06:48 -0500
committerCraig Jennings <c@cjennings.net>2026-05-05 05:06:48 -0500
commitf320da4632d014cfd576ce9ba7e65185d14f530a (patch)
treef7141a824430688cfdaf6b64cbbc8966aa10ebbe
parent8ac0dcdade83e791f2daf9720839e1b603d898b2 (diff)
downloadchime-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.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/chime.el b/chime.el
index bb93153..f33a7c1 100644
--- a/chime.el
+++ b/chime.el
@@ -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