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 | cf643562a8719b63daab790e0c83c8ea48ff3280 (patch) | |
| tree | 532e8d7298840cd391dee14d90399efb308de458 /modules/system-utils.el | |
| parent | 1caf2be8e73e543456464ae701fbf6983b799a6e (diff) | |
| download | dotemacs-cf643562a8719b63daab790e0c83c8ea48ff3280.tar.gz dotemacs-cf643562a8719b63daab790e0c83c8ea48ff3280.zip | |
fix(weather): persist wttrin location history
Diffstat (limited to 'modules/system-utils.el')
| -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 254a2f50..c76193a7 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) |
