summary refs log tree commit diff
path: root/emacs/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/init.el')
-rw-r--r--emacs/init.el12
1 files changed, 0 insertions, 12 deletions
diff --git a/emacs/init.el b/emacs/init.el
index 9ec0586..6dbd973 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -92,18 +92,6 @@
 
 (use-package savehist
   :custom
-  (savehist-additional-variables
-   '(kill-ring
-     command-history
-     set-variable-value-history
-     custom-variable-history
-     query-replace-history
-     read-expression-history
-     minibuffer-history
-     read-char-history
-     face-name-history
-     bookmark-history
-     file-name-history))
   :hook (after-init . savehist-mode))
 
 (use-package mb-depth