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
commitc4040c08407f53ca414f1c37ecb3db6b8acce660 (patch)
tree9e97234b350a0cc7c808a20e61d4da6452346e4b /modules/system-utils.el
parentac05193cd08fa3dd81decd12f63f4a7980270426 (diff)
downloaddotemacs-c4040c08407f53ca414f1c37ecb3db6b8acce660.tar.gz
dotemacs-c4040c08407f53ca414f1c37ecb3db6b8acce660.zip
fix(weather): persist wttrin location historyHEADmain
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)