aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-06-21 22:00:45 -0400
committerCraig Jennings <c@cjennings.net>2026-06-21 22:00:45 -0400
commitb8e5c3e8d392b90c7f21bd4abd6296f49fcc6c07 (patch)
tree0a4218102985c26e96bb2210cb4f64cc06fc5e26
parent3cf62f3b64d13b187aa35077e635adb7d6829f3d (diff)
downloaddotemacs-b8e5c3e8d392b90c7f21bd4abd6296f49fcc6c07.tar.gz
dotemacs-b8e5c3e8d392b90c7f21bd4abd6296f49fcc6c07.zip
fix(weather): persist wttrin location history
-rw-r--r--modules/system-utils.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/system-utils.el b/modules/system-utils.el
index 254a2f502..c76193a71 100644
--- a/modules/system-utils.el
+++ b/modules/system-utils.el
@@ -123,7 +123,8 @@ detached from Emacs."
read-char-history
face-name-history
bookmark-history
- file-name-history))
+ file-name-history
+ wttrin--location-history))
(put 'minibuffer-history 'history-length 50)
(put 'file-name-history 'history-length 50)