diff --git a/config/config.el b/config/config.el index 29f3154..910afc0 100644 --- a/config/config.el +++ b/config/config.el @@ -54,7 +54,8 @@ (use-package savehist :defer t :commands (savehist-mode) - :hook after-init)) + :custom + (savehist-mode t))) (add-hook #'after-init-hook #'config-initialise)