From bf989bb594680eb2e3b69f55752353aa33cb47bb Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Thu, 13 Nov 2025 14:14:45 -0600 Subject: refactor: core: rename wttrin-mode-line-favorite-location to wttrin-favorite-location Renamed variable to remove 'mode-line' prefix, making it usable for future location-based features beyond mode-line display. Updated all references in code, tests, and documentation. All 187 tests passing. --- tests/fixtures/test-init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/fixtures') diff --git a/tests/fixtures/test-init.el b/tests/fixtures/test-init.el index 26e8395..c635887 100644 --- a/tests/fixtures/test-init.el +++ b/tests/fixtures/test-init.el @@ -8,7 +8,7 @@ ;; Configure wttrin (setq wttrin-default-locations '("Berkeley, CA" "New Orleans, LA")) (setq wttrin-unit-system "m") ; Metric -(setq wttrin-mode-line-favorite-location "Berkeley, CA") +(setq wttrin-favorite-location "Berkeley, CA") (setq wttrin-mode-line-startup-delay 0) ; No delay for tests (setq wttrin-mode-line-refresh-interval 3600) ; 1 hour -- cgit v1.2.3