From ace4d24a7e03ccf2e6c68c941f9440618dfec816 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Thu, 24 Feb 2022 01:54:34 -0800 Subject: [PATCH] =?UTF-8?q?[oni-core]=20Turn=20on=20=E2=80=98savehist-mode?= =?UTF-8?q?=E2=80=99=20and=20=E2=80=98save-place-mode=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- oni-core.el | 4 ++++ 1 file changed, 4 insertions(+) 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