aboutsummaryrefslogtreecommitdiff
path: root/modules/system-utils.el
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
commit0dc59bb1634b48d3ef4ee7dc6b4fd68993fb25d9 (patch)
treebdc33c1b33894aac0da9f606eb5e4cda4aa38a9d /modules/system-utils.el
parentb62c3c8869b3c2c325852401e09a9e1e397c6316 (diff)
downloaddotemacs-0dc59bb1634b48d3ef4ee7dc6b4fd68993fb25d9.tar.gz
dotemacs-0dc59bb1634b48d3ef4ee7dc6b4fd68993fb25d9.zip
fix(weather): persist wttrin location history
Diffstat (limited to 'modules/system-utils.el')
-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)