emacs: bump recentf-max-saved-items from 40 to 2000
authorAmin Bandali <bandali@gnu.org>
Thu, 6 Jun 2019 04:52:52 +0000 (00:52 -0400)
committerAmin Bandali <bandali@gnu.org>
Thu, 6 Jun 2019 04:52:52 +0000 (00:52 -0400)
.emacs.d/init.el

index bcb3a3b..b05904f 100644 (file)
@@ -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)