emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/denote b67a942a66: Reduce sample history-length


From: ELPA Syncer
Subject: [elpa] externals/denote b67a942a66: Reduce sample history-length
Date: Mon, 18 Jul 2022 14:57:27 -0400 (EDT)

branch: externals/denote
commit b67a942a66b911305ea71f33bf2115d28a07064a
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Reduce sample history-length
    
    It was too high.
---
 README.org | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.org b/README.org
index bdb35951b4..63d7b26593 100644
--- a/README.org
+++ b/README.org
@@ -950,7 +950,7 @@ configuration:
 #+begin_src emacs-lisp
 (require 'savehist)
 (setq savehist-file (locate-user-emacs-file "savehist"))
-(setq history-length 10000)
+(setq history-length 500)
 (setq history-delete-duplicates t)
 (setq savehist-save-minibuffer-history t)
 (add-hook 'after-init-hook #'savehist-mode)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]