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 | ce53565fb5fae4b0fb4fce9418350322fa0ee2e1 (patch) | |
| tree | e8e1c3bf6c3c0c89b7d07a3cf8390068aebac9c2 /modules/weather-config.el | |
| parent | 422c21e0e5840f09ea5d6f59ad1f1aaa8531d715 (diff) | |
| download | dotemacs-ce53565fb5fae4b0fb4fce9418350322fa0ee2e1.tar.gz dotemacs-ce53565fb5fae4b0fb4fce9418350322fa0ee2e1.zip | |
chore(weather): update location list
- Add Huntington Beach, CA
- Reorder locations
Diffstat (limited to 'modules/weather-config.el')
| -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)) |
