summary refs log tree commit diff stats
path: root/user/emacs/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'user/emacs/init.el')
-rw-r--r--user/emacs/init.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/user/emacs/init.el b/user/emacs/init.el
index f2c7bfca..05e7e295 100644
--- a/user/emacs/init.el
+++ b/user/emacs/init.el
@@ -220,6 +220,10 @@ With two prefix arguments, write out the day and month name."
   :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