diff options
| author | Craig Jennings <c@cjennings.net> | 2026-06-26 12:57:45 -0400 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-06-26 12:57:45 -0400 |
| commit | 7971721e4ffbbda86aca85d974e19928e06559b4 (patch) | |
| tree | 96cf4939145fdd0d9503a53fb13d3638dd48d184 /tests/test-term-toggle--dispatch.el | |
| parent | 78f699e20c79b425126571427f33b97bdd632f34 (diff) | |
| download | dotemacs-7971721e4ffbbda86aca85d974e19928e06559b4.tar.gz dotemacs-7971721e4ffbbda86aca85d974e19928e06559b4.zip | |
fix(eat): exclude eat-mode from global font-lock
EAT paints its whole palette with manual face text properties. Inside global-font-lock-mode the terminal buffer also got syntactic fontification, so a quoted string in program output (a diff shown by Claude Code) became font-lock-string-face and overrode the foreground EAT had painted. The result was the theme's string green over the green diff-added background, green on green. I excluded eat-mode the same way dashboard and mu4e are, through cj/exclude-from-global-font-lock. A mode-hook can't do it because global font-lock runs after the mode hook.
Diffstat (limited to 'tests/test-term-toggle--dispatch.el')
0 files changed, 0 insertions, 0 deletions
