aboutsummaryrefslogtreecommitdiff
path: root/tests/test-system-lib-font-lock-global-modes.el
Commit message (Collapse)AuthorAgeFilesLines
* fix(mail): theme mu4e buffers via a shared font-lock exclusionCraig Jennings7 days1-0/+46
mu4e paints its header lines, main menu, and view headers with manual `face' text properties. Global font-lock stripped them, so the buffers rendered unthemed, the same failure the dashboard hit. I extracted the dashboard's one-off exclusion into a shared, additive cj/exclude-from-global-font-lock helper in system-lib and repointed the dashboard to it. Then I excluded mu4e-headers-mode, mu4e-main-mode, and mu4e-view-mode. The view body renders through gnus's own washing rather than font-lock, so excluding it is safe.