aboutsummaryrefslogtreecommitdiff
path: root/tests/test-modeline-config-string-cut-middle.el
Commit message (Collapse)AuthorAgeFilesLines
* refactor(ui): remove buffer-state coloring of the buffer nameCraig Jennings7 days1-8/+0
| | | | The modeline colored the buffer name by write and modification state (red read-only, green modified, gold overwrite) through a classifier in user-constants.el. I removed it, the same way the matching cursor coloring was removed earlier for being more confusing than useful. The classifier had no other live user, so it and its two test files go with it. The buffer name now renders in the normal mode-line color.
* test: add ERT coverage for modeline-config and hugo-configCraig Jennings2026-02-141-0/+145
Add 67 tests across 6 new test files for modeline and hugo modules. Refactor hugo-config: extract post-file-path and post-template helpers from interactive new-post function for testability. Update todo.org with test audit (31 modules), priority adjustments, and task cleanup.