diff options
author | noa | 2025-02-22 03:08:38 +0800 |
---|---|---|
committer | noa | 2025-02-22 03:08:38 +0800 |
commit | 9fd063f3e03d8dd5cf8552c43ccf7da5741463f8 (patch) | |
tree | 1bf75ed6af6f0ed0287888eb6d07f9ebe62e2a19 | |
parent | bb35117879d6b5a20be80fd4c94761594e0e6bcb (diff) |
Don't specify extra histories to save
-rw-r--r-- | emacs/init.el | 12 |
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 |