diff options
| author | Craig Jennings <c@cjennings.net> | 2025-11-13 14:14:45 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2025-11-13 14:14:45 -0600 |
| commit | bf989bb594680eb2e3b69f55752353aa33cb47bb (patch) | |
| tree | 5bf2840987672d63ec921161481d92c4139b0507 /tests/fixtures/test-init.el | |
| parent | b5633450732d6496c49a0628c8db80121d97facc (diff) | |
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.
Diffstat (limited to 'tests/fixtures/test-init.el')
| -rw-r--r-- | tests/fixtures/test-init.el | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
