Emacs: automatically save state files whilst idle
1 file changed, 4 insertions(+), 0 deletions(-)
changed files
M user/emacs/init.el → user/emacs/init.el
@@ -220,6 +220,10 @@ :init (savehist-mode +1) :config (progn (add-to-list 'savehist-additional-variables 'command-history))) +(use-package persist-state + :if (bound-and-true-p server-process) + :ghook ('after-init-hook #'persist-state-mode)) + (use-package vertico :ghook ('after-init-hook #'vertico-mode)) (use-package prescient