From 633de78a58e3d38437b1202305aa3744e09acfee Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Sun, 23 Sep 2018 11:30:33 -0400 Subject: [PATCH] [emacs] increase recentf-max-saved-items from 20 to 40 --- init.org | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/init.org b/init.org index 4158a20..bbdc7f5 100644 --- a/init.org +++ b/init.org @@ -967,7 +967,9 @@ TODO: break this giant source block down into individual org sections. (use-package recentf :demand t - :config (add-to-list 'recentf-exclude "^/\\(?:ssh\\|su\\|sudo\\)?:")) + :config + (add-to-list 'recentf-exclude "^/\\(?:ssh\\|su\\|sudo\\)?:") + (setq recentf-max-saved-items 40)) (use-package savehist :config (savehist-mode)) -- 2.20.1