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

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

Re: How can I change the default loading buffer?


From: kastian
Subject: Re: How can I change the default loading buffer?
Date: Wed, 29 Jul 2015 16:54:51 +0300
User-agent: Mutt/1.5.23 (2014-03-12)

Hello

(switch-to-buffer (get-buffer-create (shell)))

to the ent of .emacs

On Wed, Jul 29, 2015 at 06:17:42PM +0800, Navy Cheng wrote:
> Hello,
> When I open emacs, the default buffer is *GNU Emacs*. How can I change
> it to *shell*?
>
> I have add
>
>     (shell)
>     (switch-to-buffer "*shell*")
>
> to the end of *.emacs*. (shell) is success, but the default buffer is
> not changed.
> Thanks.



reply via email to

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