aboutsummaryrefslogtreecommitdiff
path: root/tests/test-font-config--frame-lifecycle.el
Commit message (Collapse)AuthorAgeFilesLines
* refactor(font-config): lift frame/icon helpers out of :configCraig Jennings3 days1-0/+75
cj/apply-font-settings-to-frame, cj/cleanup-frame-list (inside with-eval-after-load 'fontaine) and cj/maybe-install-all-the-icons-fonts (inside all-the-icons :config) carried real branching but were unreachable under make test. Move all three (and the cj/fontaine-configured-frames state) to top level; the :config/eval-after-load blocks keep only the hook wiring. Adds declare-function for the package calls and coverage of the apply/cleanup/install branches.