summaryrefslogtreecommitdiff
path: root/packages/savehist.el
blob: 71a032e2cbda9dae9a12ead38caf0c80a5dde2f9 (plain)
1
2
3
4
(use-package savehist
  :custom
  (savehist-file (file-name-concat (xdg-state-home) "emacs/savehist"))
  (savehist-save-minibuffer-history t))