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")
))
