diff options
author | noa | 2025-02-22 03:08:13 +0800 |
---|---|---|
committer | noa | 2025-02-22 03:08:13 +0800 |
commit | bb35117879d6b5a20be80fd4c94761594e0e6bcb (patch) | |
tree | 5ab67d2a9a89737e41911029d2e55aeb1c66f502 /emacs/init.el | |
parent | 906884bf75e1f6077e2e07ec13bc41a31f648428 (diff) |
Don't specify savehist-file. Leave it to no-littering
Diffstat (limited to 'emacs/init.el')
-rw-r--r-- | emacs/init.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/emacs/init.el b/emacs/init.el index e1a9046..9ec0586 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -92,7 +92,6 @@ (use-package savehist :custom - (savehist-file "~/.config/emacs/savehist") (savehist-additional-variables '(kill-ring command-history |