From fc995e3d5a91d3d1938563ef794369974b8e5fb5 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Thu, 6 Jun 2019 00:52:52 -0400 Subject: [PATCH] emacs: bump recentf-max-saved-items from 40 to 2000 --- .emacs.d/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index bcb3a3b..b05904f 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -658,7 +658,7 @@ For disabling the behaviour for certain buffers and/or modes." :defer 0.2 :config (add-to-list 'recentf-exclude "^/\\(?:ssh\\|su\\|sudo\\)?:") - (setq recentf-max-saved-items 40)) + (setq recentf-max-saved-items 2000)) ;; smart M-x enhancement (needed by counsel for history) (use-package smex) -- 2.20.1