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: leo
Subject: Re: how to acess recent directories?
Date: Tue, 20 Jan 2004 14:08:10 +1100

"Kevin Rodgers" <ihs_4664@yahoo.com> wrote in message
400C3B58.1050802@yahoo.com">news:400C3B58.1050802@yahoo.com...
> 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))))

cool. very elegant!

now i just want tha the directories are grouped together and seperated from
the file entries. but i try to figure out that myself.

leo








reply via email to

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