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

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

Re: How to modify the emacs startup screen?


From: Pascal J. Bourguignon
Subject: Re: How to modify the emacs startup screen?
Date: Mon, 09 Nov 2009 11:12:26 +0100
User-agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/22.3 (darwin)

xushengzheda@zju.edu.cn (徐盛) writes:

> Hi!
> Every time I start emacs, I see the startup screen,
> althouth I know that I can turn it off, but I'd like
> to modify it to meet my needs.

You can set fancy-splash-text in ~/.emacs ; for example:

(setq fancy-splash-text
      '(
        (:face (variable-pitch :weight bold) "
WELCOME TO EMACS!
")
        (:face (variable-pitch :weight bold) "
-%- WELCOME TO EMACS -%-
")))



> I know that modify the startup.el before building the
> emacs can help. but I don't know how to insert a Google
> search in the startup screen.

But if you want to start a browser, then add at the end of your
~/.emacs :

   (require 'w3m)
   (w3m-browse-url "http://www.google.com/";)

-- 
__Pascal Bourguignon__


reply via email to

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