aboutsummaryrefslogtreecommitdiff
path: root/tests/test-chime-status-messages.el
Commit message (Collapse)AuthorAgeFilesLines
* feat: make modeline status-message strings customizableCraig Jennings2026-05-111-0/+167
The validation banner, retry-attempt message, async-failure tooltip, and the initial loading tooltip were hardcoded English literals. I added defcustoms for them so the wording can be localized or adjusted. The format-string ones keep their %d/%s directives, with the order spelled out in each docstring. I also dropped the dead :info severity from chime-validate-configuration's docstring. The function only ever emitted :ok, :warning, and :error.