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

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

Re: [h-e-w] windows background color


From: Ken Goldman
Subject: Re: [h-e-w] windows background color
Date: Tue, 17 May 2011 10:33:33 -0400
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110419 Red Hat/3.1.10-1.el6_0 Thunderbird/3.1.10

On 05/15/2011 03:31 PM, rayreeves wrote:

I know to say: (set-background-color "yellow"  but where do I say it?

In .emacs.  For example:

(setq initial-frame-alist       ; initial frame
      '(
        (foreground-color       . "antiquewhite1")
        (background-color       . "navy")
        ))

(setq default-frame-alist       ; subsequent frames
      '(
        (foreground-color       . "antiquewhite1")
        (background-color       . "navy")
        ))






reply via email to

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