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 | 0a901b03e467fd29f409dd7f7cd557a7a5a65518 (patch) | |
| tree | 63e5295491d300b04f1ed252608e6d2453428695 /modules/weather-config.el | |
| parent | 014afdcfe72fd8a3d5c58b650c4742aff178ee60 (diff) | |
| download | dotemacs-0a901b03e467fd29f409dd7f7cd557a7a5a65518.tar.gz dotemacs-0a901b03e467fd29f409dd7f7cd557a7a5a65518.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 01f0f39f5..f3b361cab 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" |
