Recentf

From WikEmacs
Revision as of 15:03, 31 March 2012 by Kindahero (talk | contribs)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
recentf
Description helps opening a file that is recently visited
Author name of author
Maintainer FSF
Source http://git.savannah.gnu.org/cgit/emacs.git/tree/lisp/recentf.el
Part of Emacs yes

recentf helps you to open files that are recently accessed.This package maintains a menu for visiting files that were operated on recently. When enabled a new "Open Recent" sub menu is displayed in the "File" menu. The recent files list is automatically saved across Emacs sessions. You can customize the number of recent files displayed, the location of the menu and others options (see the source code for details).


Basic setup

To enable this package, add the following to your .emacs

(recentf-mode 1)