diff options
| author | Craig Jennings <c@cjennings.net> | 2025-11-14 02:35:00 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2025-11-14 02:35:00 -0600 |
| commit | b7806c89885ba2878b6dd9a2c1ed730882273362 (patch) | |
| tree | 79be5ffb5a5c816a3bc1a8550aa1ddef4ce6c54e /modules | |
| parent | 94d4e6c9624046cef20236a8073a4857d3bd7827 (diff) | |
| download | dotemacs-b7806c89885ba2878b6dd9a2c1ed730882273362.tar.gz dotemacs-b7806c89885ba2878b6dd9a2c1ed730882273362.zip | |
Revert "checking in modified/removed tests and other misc changes"
This reverts commit 94d4e6c9624046cef20236a8073a4857d3bd7827.
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/dashboard-config.el | 2 | ||||
| -rw-r--r-- | modules/weather-config.el | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/dashboard-config.el b/modules/dashboard-config.el index 6e78038c..3f7e273f 100644 --- a/modules/dashboard-config.el +++ b/modules/dashboard-config.el @@ -114,7 +114,7 @@ (lambda (&rest _) (mu4e))) (,(nerd-icons-faicon "nf-fae-book_open_o") - "Books" "Calibre Ebook Reader" + "Ebooks" "Calibre Ebook Reader" (lambda (&rest _) (calibredb))) (,(nerd-icons-mdicon "nf-md-school") diff --git a/modules/weather-config.el b/modules/weather-config.el index f3b361ca..01f0f39f 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-favorite-location "New Orleans, LA") + (setopt wttrin-mode-line-favorite-location "New Orleans, LA") (setopt wttrin-mode-line-refresh-interval (* 30 60)) ;; thirty minutes (setq wttrin-default-locations '( "New Orleans, LA" |
