diff --git a/oni-core.el b/oni-core.el index 2da7f7e..7dd14f7 100644 --- a/oni-core.el +++ b/oni-core.el @@ -365,6 +365,10 @@ _s_: String list" (auto-insert-mode) (counsel-mode) (global-diff-hl-mode) +;;; Remember minibuffer history across sessions. +(savehist-mode) +;;; Remember the place I left at in files when closing them. +(save-place-mode) (provide 'oni-core) ;;; oni-core.el ends here