From f320da4632d014cfd576ce9ba7e65185d14f530a Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Tue, 5 May 2026 05:06:48 -0500 Subject: 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. --- chime.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3