From: Amin Bandali Date: Thu, 6 Jun 2019 04:52:52 +0000 (-0400) Subject: emacs: bump recentf-max-saved-items from 40 to 2000 X-Git-Url: https://git.shemshak.org/~bandali/configs/commitdiff_plain/fc995e3d5a91d3d1938563ef794369974b8e5fb5 emacs: bump recentf-max-saved-items from 40 to 2000 --- 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)