aboutsummaryrefslogtreecommitdiff
path: root/snippets
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-07-20 23:31:59 -0500
committerCraig Jennings <c@cjennings.net>2026-07-20 23:31:59 -0500
commit22006b0eaf357ec9ef1538492f497e4f0b8fb4bf (patch)
tree142796bf983c01dc6d01e36bbb3a6a91f43d9034 /snippets
parent2350d34ceb68aac74b87a518467a71476a204d5e (diff)
downloaddotemacs-22006b0eaf357ec9ef1538492f497e4f0b8fb4bf.tar.gz
dotemacs-22006b0eaf357ec9ef1538492f497e4f0b8fb4bf.zip
fix(dashboard): make the bookmarks override real
The top-level defun was clobbered when use-package reloaded dashboard-widgets, so the override never ran. Deferring it kept it alive but exposed a second bug: dashboard-insert-section is a macro, unknown at module compile time, so the body compiled as a function call and crashed void-variable at render. The override now registers after dashboard-widgets and compiles with the macro known.
Diffstat (limited to 'snippets')
0 files changed, 0 insertions, 0 deletions