diff options
| author | Craig Jennings <c@cjennings.net> | 2026-07-20 23:31:59 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-07-20 23:31:59 -0500 |
| commit | 22006b0eaf357ec9ef1538492f497e4f0b8fb4bf (patch) | |
| tree | 142796bf983c01dc6d01e36bbb3a6a91f43d9034 /snippets | |
| parent | 2350d34ceb68aac74b87a518467a71476a204d5e (diff) | |
| download | dotemacs-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
