summary refs log tree commit diff
path: root/emacs/custom/my-settings.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/custom/my-settings.el')
-rw-r--r--emacs/custom/my-settings.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/emacs/custom/my-settings.el b/emacs/custom/my-settings.el
index 8e23039..7e6d15d 100644
--- a/emacs/custom/my-settings.el
+++ b/emacs/custom/my-settings.el
@@ -55,6 +55,10 @@
              (server-running-p))
   (server-start))
 
+(use-package savehist
+  :init
+  (savehist-mode))
+
 (use-package exec-path-from-shell
   :ensure t
   :if (memq window-system '(mac ns))