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 17:32:05 +0300
User-agent: Mutt/1.5.23 (2014-03-12)

UPD

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

This works only if you have also

(setq inhibit-startup-message t) ;; remove startup message

in .emacs

On Wed, Jul 29, 2015 at 04:54:51PM +0300, kastian@mail.ru wrote:
> 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]