[oni-core] Turn on ‘savehist-mode’ and ‘save-place-mode’
This commit is contained in:
parent
7980f4dd28
commit
ace4d24a7e
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue