diff options
| author | Craig Jennings <c@cjennings.net> | 2025-11-14 02:40:46 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2025-11-14 02:40:46 -0600 |
| commit | 9615f8dbc9ef30b8a0bf089014cbf5c1c07a8ad5 (patch) | |
| tree | 127ffe72f61bea202d7eab71fb2fbaf054fcb2d9 /modules/dashboard-config.el | |
| parent | ba14cf43e195d5eaae6c0e8034c8c4e5615c150f (diff) | |
| download | dotemacs-9615f8dbc9ef30b8a0bf089014cbf5c1c07a8ad5.tar.gz dotemacs-9615f8dbc9ef30b8a0bf089014cbf5c1c07a8ad5.zip | |
fix: Reapply dashboard, weather config fixes and todo updates
- dashboard-config.el: Change "Ebooks" to "Books" label
- weather-config.el: Fix variable name to wttrin-favorite-location
- todo.org: Add music player and mousetrap investigation tasks
- history: Update command history
Diffstat (limited to 'modules/dashboard-config.el')
| -rw-r--r-- | modules/dashboard-config.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/dashboard-config.el b/modules/dashboard-config.el index 3f7e273f0..6e78038c7 100644 --- a/modules/dashboard-config.el +++ b/modules/dashboard-config.el @@ -114,7 +114,7 @@ (lambda (&rest _) (mu4e))) (,(nerd-icons-faicon "nf-fae-book_open_o") - "Ebooks" "Calibre Ebook Reader" + "Books" "Calibre Ebook Reader" (lambda (&rest _) (calibredb))) (,(nerd-icons-mdicon "nf-md-school") |
