summaryrefslogtreecommitdiff
path: root/.config/emacs/modules/bd--files.el
diff options
context:
space:
mode:
authorbd <bdunahu@operationnull.com>2024-11-23 16:36:10 -0500
committerbd <bdunahu@operationnull.com>2024-11-23 16:36:10 -0500
commitcad1bba68332fcfe254aab9f43c6e79a535937d8 (patch)
treef5dea3f7737c379d5c85506c46eef1251c187dfb /.config/emacs/modules/bd--files.el
parentf6d59df7e97a75b16b314e331d65f15f5245b62a (diff)
paren package customizations, clean up bd--org.el
Diffstat (limited to '.config/emacs/modules/bd--files.el')
-rw-r--r--.config/emacs/modules/bd--files.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/emacs/modules/bd--files.el b/.config/emacs/modules/bd--files.el
index bfb02c0..28563ea 100644
--- a/.config/emacs/modules/bd--files.el
+++ b/.config/emacs/modules/bd--files.el
@@ -7,7 +7,7 @@
:init
(recentf-mode 1)
:custom
- (recentf-max-saved-items 2000)
+ (recentf-max-saved-items 3500)
(recentf-keep '(recentf-keep-default-predicate remote-file-p))
(recentf-auto-cleanup 300))