| Re: How to get rid of *GNU Emacs* buffer on start-up? |
|
 |
|
 |
|
 |
|
 |
Group: gnu.emacs.help · Group Profile
Author: Giorgos KeramidasGiorgos Keramidas Date: Sep 16, 2008 00:39
On Mon, 15 Sep 2008 22:28:29 -0700 (PDT), Davin Pearson gmail.com> wrote:
> Every time I start Emacs I have to bury to *GNU Emacs" buffer. This
> is a little bit annoying having to do this.
Try setting:
inhibit-startup-screen => t
inhibit-splash-screen => t
For more details, look at the documentation of these variables with:
C-h v inhibit-startup-screen RET
C-h v inhibit-splash-screen RET
|