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

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

RE: Starting up emacs with list of current direfctory files instead of*s


From: Drew Adams
Subject: RE: Starting up emacs with list of current direfctory files instead of*scratch*
Date: Fri, 29 Mar 2013 14:47:33 -0700

> Whenever I start emacs I get the *scratch* buffer, is there a 
> setting that I could add to my dotemacs file so emacs with 
> start with the current directory files list buffer?

Add this to your .emacs:

(dired "/my/favorite/dir")

Or just add the directory to your startup command line.  For example (MS Windows
and others):

C:\emacs\bin\runemacs.exe "C:\my\favorite\dir"

/emacs/bin/runemacs.exe "/my/favorite/dir"





reply via email to

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