.emacs.d/pkg/savehist.el

5 lines
89 B
EmacsLisp

;; Persist history over Emacs restarts.
(use-package savehist
:init
(savehist-mode))