diff options
author | John Turner <jturner.usa@gmail.com> | 2022-07-03 21:29:51 -0400 |
---|---|---|
committer | John Turner <jturner.usa@gmail.com> | 2022-07-03 21:29:51 -0400 |
commit | e6b5e17a394cc8fdd827670b8fa1a81043c8a951 (patch) | |
tree | 30754c43c34a336053f893fa26ba8bf3b1876669 /config/recentf | |
download | emacs.d-e6b5e17a394cc8fdd827670b8fa1a81043c8a951.tar.gz |
init
Diffstat (limited to 'config/recentf')
-rw-r--r-- | config/recentf/config-recentf.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/recentf/config-recentf.el b/config/recentf/config-recentf.el new file mode 100644 index 0000000..3b7466a --- /dev/null +++ b/config/recentf/config-recentf.el @@ -0,0 +1,4 @@ +(setq recentf-max-menu-items 25 + recentf-max-saved-items 25) + +(provide 'config-recentf) |