From cbcfdf19a701fccc7717301799aa05455aafc49c Mon Sep 17 00:00:00 2001 From: James Cherti <60946298+jamescherti@users.noreply.github.com> Date: Sat, 26 Jul 2025 15:35:38 -0400 Subject: [PATCH] Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b118ce4..16ad766 100644 --- a/README.md +++ b/README.md @@ -341,7 +341,12 @@ The recentf, savehist, saveplace, and auto-revert built-in packages are already :hook (after-init . savehist-mode) :custom - (savehist-autosave-interval 600)) + (savehist-autosave-interval 600) + (savehist-additional-variables + '(kill-ring ; clipboard + register-alist ; macros + mark-ring global-mark-ring ; marks + search-ring regexp-search-ring))) ;; save-place-mode enables Emacs to remember the last location within a file ;; upon reopening. This feature is particularly beneficial for resuming work at