aboutsummaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* docs: note that a running Emacs won't see a new ALSA configCraig Jennings3 days1-0/+11
| | | | | | alsa-lib parses its configuration once per process, so an emacs --daemon started before the config landed keeps the old view. play-sound-file keeps failing there while it succeeds in a fresh emacs -Q, which reads as the system fix not having worked. Hit this on my own daemon after adding the pipewire default symlink: nine hours' uptime, still no usable default PCM.
* docs: document sound-player selection and the ALSA device failureCraig Jennings3 days2-4/+81
| | | | | | CONFIGURATION.org covers how the player is chosen and when chime-sound-device applies. TROUBLESHOOTING.org names the "No usable sound device driver found" error, how to confirm it outside Emacs with aplay, and the two ways out: name a device that resolves, or repair the system so default routes to PipeWire.
* feat: add themeable faces to the modeline event displayCraig Jennings2026-06-231-0/+32
| | | | | | The modeline event text inherited the mode-line face with no way to style it. I added four faces (chime-modeline-face, chime-modeline-soon-face, chime-modeline-urgent-face, chime-modeline-no-events-face) that color the display by how soon the next event is. Two thresholds, chime-modeline-soon-threshold-minutes (30) and chime-modeline-urgent-threshold-minutes (5), drive the urgency mapping. The default and idle faces inherit mode-line, so the modeline looks unchanged until you theme it. Soon inherits warning and urgent inherits error, so imminent events stand out across themes without configuration.
* docs: document chime-async-timeout and the frozen-modeline symptomCraig Jennings2026-06-112-0/+36
|
* docs: document the per-event :CHIME_NOTIFY_BEFORE: propertyCraig Jennings2026-05-111-0/+22
| | | | The README's migration note said the per-event reminder property had been removed. That's stale now that the property is back. I rewrote the line to point at :CHIME_NOTIFY_BEFORE: and the deprecated :WILD_NOTIFIER_NOTIFY_BEFORE: alias. I also added a "Per-Event Override" section to docs/CONFIGURATION.org covering the syntax, the no-inheritance behavior, malformed-value handling, and the alias's deprecation path.
* docs: split detailed user docs out of readmeCraig Jennings2026-05-104-0/+968