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

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

RE: How start on a DIFFERENT buffer when start Emacs with MANY buffers a


From: Drew Adams
Subject: RE: How start on a DIFFERENT buffer when start Emacs with MANY buffers at the same time?
Date: Sat, 13 Jul 2013 08:57:00 -0700 (PDT)

> > What about (dired)
> 
> I made a .emacs with only the line "(dired)" and it complained that
> it needs more arguments.

Just pass a directory to Emacs when you start it.  E.g.:

  /your/path/to/runemacs.exe "/your/directory/to/start/in"

That will start Emacs with Dired in /your/directory/to/start/in/

(Wrt what you tried: yes `dired' requires the target directory as
argument.  So you would need (dired "/your/directory/to/start/in").



reply via email to

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