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 | b22de457ca963f015289db052dd11049a4c355b9 (patch) | |
| tree | 805f012db225ff479db8462e3135c7fc12e51346 /modules/weather-config.el | |
| parent | 0febc3bb65462fd95a75387c2ec97ffa374efc00 (diff) | |
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
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
Diffstat (limited to 'modules/weather-config.el')
| -rw-r--r-- | modules/weather-config.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/weather-config.el b/modules/weather-config.el index 01f0f39f..f3b361ca 100644 --- a/modules/weather-config.el +++ b/modules/weather-config.el @@ -22,7 +22,7 @@ ("M-W" . wttrin) :config (setopt wttrin-unit-system "u") - (setopt wttrin-mode-line-favorite-location "New Orleans, LA") + (setopt wttrin-favorite-location "New Orleans, LA") (setopt wttrin-mode-line-refresh-interval (* 30 60)) ;; thirty minutes (setq wttrin-default-locations '( "New Orleans, LA" |
