1
0
Fork 0

[oni-core] Turn on ‘savehist-mode’ and ‘save-place-mode’

This commit is contained in:
Tom Willemse 2022-02-24 01:54:34 -08:00
parent 7980f4dd28
commit ace4d24a7e

View file

@ -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