| Re: How to load latest opened files? Or load specific files? |
|
 |
|
 |
|
 |
|
 |
Group: gnu.emacs.help · Group Profile
Author: Bernardo BacicBernardo Bacic Date: Sep 2, 2008 04:22
it was a dark and stormy night when ssecorp said,
> Can I somehow make a command like "open the files that were open last
> time emacs was used"?
see Saving Emacs Sessions in the manual:
M-: (info "(emacs)Saving Emacs Sessions")
>
> And can I set a command to open for example:
> haskell-mode
> c:/mypath/haskell/someprogram.hs
>
if i understand the question correctly this should be handled by major modes
M-: (info "(emacs)Major Modes")
|