diff options
| author | Craig Jennings <c@cjennings.net> | 2026-06-21 22:00:45 -0400 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-06-21 22:00:45 -0400 |
| commit | 0dc59bb1634b48d3ef4ee7dc6b4fd68993fb25d9 (patch) | |
| tree | bdc33c1b33894aac0da9f606eb5e4cda4aa38a9d | |
| parent | b62c3c8869b3c2c325852401e09a9e1e397c6316 (diff) | |
| download | dotemacs-0dc59bb1634b48d3ef4ee7dc6b4fd68993fb25d9.tar.gz dotemacs-0dc59bb1634b48d3ef4ee7dc6b4fd68993fb25d9.zip | |
fix(weather): persist wttrin location history
| -rw-r--r-- | modules/system-utils.el | 3 |
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) |
