diff options
| author | Craig Jennings <c@cjennings.net> | 2026-05-10 16:37:05 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-05-10 16:37:05 -0500 |
| commit | 675fb681a2ed63d6630696755d40be895fd17743 (patch) | |
| tree | fc2cc1c41768be128c30316a156e8b0781d96bba | |
| parent | 3c64dac1b98049d475be838294349326c32248ae (diff) | |
| download | chime-675fb681a2ed63d6630696755d40be895fd17743.tar.gz chime-675fb681a2ed63d6630696755d40be895fd17743.zip | |
build: include optional helpers and sounds in package
| -rw-r--r-- | Eask | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -8,7 +8,11 @@ (keywords "notification" "alert" "org" "org-agenda" "calendar") (package-file "chime.el") -(files "chime.el" "chime-debug.el" "chime-org-contacts.el") +(files "chime.el" + "chime-debug.el" + "chime-org-contacts.el" + "convert-org-contacts-birthdays.el" + "sounds") (source 'gnu) (source 'nongnu) |
