From ce53565fb5fae4b0fb4fce9418350322fa0ee2e1 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Fri, 21 Nov 2025 06:35:16 -0800 Subject: chore(weather): update location list - Add Huntington Beach, CA - Reorder locations --- modules/weather-config.el | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'modules') 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)) -- cgit v1.2.3