index
:
emacs.d
master
My personal emacs config.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
config
/
recentf
/
config-recentf.el
blob: 3b7466a00f6365922b4e308389e58711cb9976d6 (
plain
)
1
2
3
4
(
setq
recentf-max-menu-items
25
recentf-max-saved-items
25
)
(
provide
'config-recentf
)