| Re: How to load latest opened files? Or load specific files? |
|
 |
|
 |
|
 |
|
 |
Group: gnu.emacs.help · Group Profile
Author: B. T. RavenB. T. Raven Date: Sep 1, 2008 20:41
ssecorp wrote:
> Can I somehow make a command like "open the files that were open last
> time emacs was used"?
>
> And can I set a command to open for example:
> haskell-mode
> c:/mypath/haskell/someprogram.hs
>
> ?
Look at Menu Options > Customize Emacs > Specific Option
recentf- tab
The settings I made inserted
'(recentf-max-menu-items 20)
'(recentf-max-saved-items 40)
'(recentf-mode t nil (recentf))
into (Custom-set-variables ...
in my .emacs
There are many recentf options I haven't tried. The defaults seemed
appropriate.
There is also something called session.el but I don't know how to
install it.
Ed
|