help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: managing buffers


From: Xavier Maillard
Subject: Re: managing buffers
Date: Sun, 16 Sep 2007 03:00:06 +0200
User-agent: Rmail in GNU Emacs 23.0.50.3 on GNU/Linux

Hi,

   > ;; M-F12 opens a buffer that contains the recent opened buffers
   > ;;recentf
   > (require 'recentf)
   > (recentf-mode 1)
   > (setq recentf-max-saved-items 500)
   > (setq recentf-max-menu-items 60)
   > (global-set-key [(control f12)] 'recentf-open-files)

   Quite useful too. Thanks.

Try GNU Emacs file cache feature too, it is as useful (or even
more) than recentf.

And if you want something that combines all of them and much
more, you can try the wonderful anything.el (and its companion
anything-config.el).

        Xavier
-- 
http://www.gnu.org
http://www.april.org
http://www.lolica.org




reply via email to

[Prev in Thread] Current Thread [Next in Thread]