summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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))