aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-06-12 17:41:48 -0500
committerCraig Jennings <c@cjennings.net>2026-06-12 17:41:48 -0500
commitcf17681bcf1ed458e4972e3853be13e48ecde6b1 (patch)
tree64c71d7435310b2d3aede91306c8c69f8138231d
parenteeb45e946e638bea0465fa66c7639907d526a48c (diff)
downloadchime-cf17681bcf1ed458e4972e3853be13e48ecde6b1.tar.gz
chime-cf17681bcf1ed458e4972e3853be13e48ecde6b1.zip
docs: reword package summary and keywords for searchability
MELPA and list-packages index the summary line, and the old backronym carried no words anyone would search. I reworded it to plain terms and led the Keywords header with a standard finder keyword so package-lint stays clean. I synced the Eask file to match.
-rw-r--r--Eask4
-rw-r--r--chime.el4
2 files changed, 4 insertions, 4 deletions
diff --git a/Eask b/Eask
index 5e9e7fe..3b8623b 100644
--- a/Eask
+++ b/Eask
@@ -2,10 +2,10 @@
(package "chime"
"0.7.0"
- "CHIME Heralds Imminent Modeline Events")
+ "Modeline and desktop notifications for org-agenda")
(website-url "https://github.com/cjennings/chime")
-(keywords "notification" "alert" "org" "org-agenda" "calendar")
+(keywords "calendar" "convenience" "notification" "alert" "org-agenda")
(package-file "chime.el")
(files "chime.el"
diff --git a/chime.el b/chime.el
index db4172e..63929d8 100644
--- a/chime.el
+++ b/chime.el
@@ -1,4 +1,4 @@
-;;; chime.el --- CHIME Heralds Imminent Modeline Events -*- lexical-binding: t -*-
+;;; chime.el --- Modeline and desktop notifications for org-agenda -*- lexical-binding: t -*-
;; Copyright (C) 2017 Artem Khramov
;; Copyright (C) 2024-2026 Craig Jennings
@@ -8,7 +8,7 @@
;; Created: 6 Jan 2017
;; Version: 0.7.0
;; Package-Requires: ((alert "1.2") (async "1.9.3") (dash "2.18.0") (emacs "27.1"))
-;; Keywords: notification alert org org-agenda calendar
+;; Keywords: calendar convenience notification alert org-agenda
;; URL: https://github.com/cjennings/chime
;; This program is free software: you can redistribute it and/or modify