diff options
author | John Turner <jturner.usa@gmail.com> | 2022-10-21 22:58:55 -0400 |
---|---|---|
committer | John Turner <jturner.usa@gmail.com> | 2022-10-21 22:58:55 -0400 |
commit | 99d0013ea75e95993b5ce2ecc83eaf5ab1e7602d (patch) | |
tree | c7b28250ba500462a0aa35f640999a2c9ac20649 /init/savehist/init-savehist.el | |
parent | 0feb33b83c2432b4535702fa6926a1d6cd59919d (diff) | |
download | emacs.d-99d0013ea75e95993b5ce2ecc83eaf5ab1e7602d.tar.gz |
activate modes at the bottom of init.el or in the assoc init module
Diffstat (limited to 'init/savehist/init-savehist.el')
-rw-r--r-- | init/savehist/init-savehist.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/init/savehist/init-savehist.el b/init/savehist/init-savehist.el index 7e6e311..2089704 100644 --- a/init/savehist/init-savehist.el +++ b/init/savehist/init-savehist.el @@ -8,4 +8,6 @@ (unless (file-exists-p savehist-file) (make-empty-file savehist-file)) +(savehist-mode 1) + (provide 'init-savehist) |