recentf-buffer

Homepage: https://emacswiki.org/emacs/download/recentf-buffer.el

Author: Eugene V. Markov

Updated:

Summary

Creates the buffer with the list of recently open files

Commentary

It's addition to recentf.el.

Install.

(load "recentf-buffer")
(global-set-key [?\C-c ?r ?f] 'recentf-open-files-in-simply-buffer)

Dependencies