diff options
| author | Craig Jennings <c@cjennings.net> | 2025-11-21 06:35:16 -0800 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2025-11-21 06:35:16 -0800 |
| commit | a56b42c6f414fc36a1791186b4ed8663640f2fb1 (patch) | |
| tree | 0558ca7687bb9a5266c83581462f8e5dd79ffc4b | |
| parent | 3206dcc036068d28eaee69129323721d4dece07c (diff) | |
| download | dotemacs-a56b42c6f414fc36a1791186b4ed8663640f2fb1.tar.gz dotemacs-a56b42c6f414fc36a1791186b4ed8663640f2fb1.zip | |
chore(weather): update location list
- Add Huntington Beach, CA
- Reorder locations
| -rw-r--r-- | modules/weather-config.el | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/modules/weather-config.el b/modules/weather-config.el index f3b361ca..0259d4a9 100644 --- a/modules/weather-config.el +++ b/modules/weather-config.el @@ -26,15 +26,16 @@ (setopt wttrin-mode-line-refresh-interval (* 30 60)) ;; thirty minutes (setq wttrin-default-locations '( "New Orleans, LA" - "Athens, GR" "Berkeley, CA" + "Huntington Beach, CA" "Bury St Edmunds, UK" - "Kyiv, UA" + "New York, NY" "Littlestown, PA" "Soufrière, St Lucia" "London, GB" "Naples, IT" - "New York, NY" + "Athens, GR" + "Kyiv, UA" )) (wttrin-mode-line-mode 1)) |
