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

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

Re: how to acess recent directories?


From: Kevin Rodgers
Subject: Re: how to acess recent directories?
Date: Mon, 19 Jan 2004 13:17:28 -0700
User-agent: Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:0.9.4.1) Gecko/20020406 Netscape6/6.2.2

leo wrote:

the nice package `recentf' provides a convenient way to access recently used
files.

is there in GNU emacs something similar for dired directory buffers?

Does this do what you want:


(add-hook 'dired-mode-hook
          (lambda ()
            (when recentf-mode
              (recentf-add-file default-directory))))

--
Kevin Rodgers



reply via email to

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