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 *


From: Jambunathan K
Subject: Re: Starting up emacs with list of current direfctory files instead of *scratch*
Date: Sat, 30 Mar 2013 13:40:18 +0530
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

Rami A <rami.ammari@gmail.com> writes:

> 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?

M-x customize-variable RET initial-buffer-choice RET

>From my .emacs:

    (custom-set-variables
     '(initial-buffer-choice "~/"))

>
> Thanks.



reply via email to

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