aboutsummaryrefslogtreecommitdiff
path: root/tests/test-selection-framework-keybindings.el
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-05-16 04:15:32 -0500
committerCraig Jennings <c@cjennings.net>2026-05-16 04:15:32 -0500
commit6b1c5b763d53606041b97abb242eb53cd00a2a34 (patch)
treeffb393fd816730c7ec06933304611599107e147d /tests/test-selection-framework-keybindings.el
parentb369eb34f3cfc194a5289817b8e03246c5d219ca (diff)
downloaddotemacs-6b1c5b763d53606041b97abb242eb53cd00a2a34.tar.gz
dotemacs-6b1c5b763d53606041b97abb242eb53cd00a2a34.zip
fix(nerd-icons): restore `:demand t' so dashboard-config can load
Commit d3a8e01b's defer change broke startup with a `void-function nerd-icons-faicon' error. `dashboard-config.el' calls `nerd-icons-faicon' / `nerd-icons-mdicon' / `nerd-icons-devicon' at load time to build `dashboard-navigator-buttons', so nerd-icons must be loaded eagerly before dashboard-config requires. The "defer for batch and headless" intent doesn't hold here -- dashboard loads unconditionally at startup, so nerd-icons does too either way. Kept the `with-eval-after-load 'nerd-icons' safety net for the re-evaluation case (advice still attaches if this module is re-required after nerd-icons already loaded). Comment in the file records why deferral isn't workable here so a future cleanup pass doesn't try the same change again.
Diffstat (limited to 'tests/test-selection-framework-keybindings.el')
0 files changed, 0 insertions, 0 deletions