diff options
| author | Craig Jennings <c@cjennings.net> | 2025-11-14 02:31:16 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2025-11-14 02:31:16 -0600 |
| commit | d36afc3f277b9a4228eb7b2464ec4e503695b8d4 (patch) | |
| tree | 63e5295491d300b04f1ed252608e6d2453428695 /modules/weather-config.el | |
| parent | 48ed58a7264df38db4be6f3cb9304ff19afcb5fd (diff) | |
| download | dotemacs-d36afc3f277b9a4228eb7b2464ec4e503695b8d4.tar.gz dotemacs-d36afc3f277b9a4228eb7b2464ec4e503695b8d4.zip | |
checking in modified/removed tests and other misc changes
Diffstat (limited to 'modules/weather-config.el')
| -rw-r--r-- | modules/weather-config.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/weather-config.el b/modules/weather-config.el index 01f0f39f..f3b361ca 100644 --- a/modules/weather-config.el +++ b/modules/weather-config.el @@ -22,7 +22,7 @@ ("M-W" . wttrin) :config (setopt wttrin-unit-system "u") - (setopt wttrin-mode-line-favorite-location "New Orleans, LA") + (setopt wttrin-favorite-location "New Orleans, LA") (setopt wttrin-mode-line-refresh-interval (* 30 60)) ;; thirty minutes (setq wttrin-default-locations '( "New Orleans, LA" |
