From 99d0013ea75e95993b5ce2ecc83eaf5ab1e7602d Mon Sep 17 00:00:00 2001 From: John Turner Date: Fri, 21 Oct 2022 22:58:55 -0400 Subject: activate modes at the bottom of init.el or in the assoc init module --- init/savehist/init-savehist.el | 2 ++ 1 file changed, 2 insertions(+) (limited to 'init/savehist/init-savehist.el') 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) -- cgit v1.2.3