summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2025-11-21 06:35:16 -0800
committerCraig Jennings <c@cjennings.net>2025-11-21 06:35:16 -0800
commit320d11f9dc1b83ddd54cb0f9967ce981d194fe4f (patch)
tree615a7374c0b1cf1d712b1e42c7d8397049a289ed /modules
parenta11843f8f0267c70f6c22d6ab5a0b7d3e37df5a3 (diff)
downloaddotemacs-320d11f9dc1b83ddd54cb0f9967ce981d194fe4f.tar.gz
dotemacs-320d11f9dc1b83ddd54cb0f9967ce981d194fe4f.zip
chore(weather): update location list
- Add Huntington Beach, CA - Reorder locations
Diffstat (limited to 'modules')
-rw-r--r--modules/weather-config.el7
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))