aboutsummaryrefslogtreecommitdiff
path: root/docs
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
commitdc359b96c7e7bc405bd4d20c348b572562f49d19 (patch)
treec1cc28d580231c66bd5ad3f5515b51ef8b46144a /docs
parent42b11402f90a7759b7e6a41a8252adc54aa8affa (diff)
downloaddotemacs-dc359b96c7e7bc405bd4d20c348b572562f49d19.tar.gz
dotemacs-dc359b96c7e7bc405bd4d20c348b572562f49d19.zip
fix(nerd-icons): restore `:demand t' so dashboard-config can load
Commit e99957c3'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 'docs')
0 files changed, 0 insertions, 0 deletions