diff options
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) |