Update README.md

This commit is contained in:
James Cherti
2025-02-18 16:01:24 -05:00
parent 1293be787c
commit 5516fafdf5
2 changed files with 2 additions and 1 deletions

View File

@@ -189,6 +189,7 @@ The recentf, savehist, saveplace, and auto-revert built-in packages are already
;; accessed files, making it easier to reopen files you have worked on
;; recently.
(add-hook 'after-init-hook #'recentf-mode)
(add-hook 'kill-emacs-hook #'recentf-cleanup)
;; savehist is an Emacs feature that preserves the minibuffer history between
;; sessions. It saves the history of inputs in the minibuffer, such as commands,