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

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

Re: savings changes between sessions


From: b3
Subject: Re: savings changes between sessions
Date: Wed, 16 May 2001 11:13:54 -0500
User-agent: Mutt/1.3.17i

On Wed, May 16, 2001 at 11:43:23AM -0300, Rodrigo Alexandre Ribeiro Canellas 
wrote:
 
> I did 
>       M-x 'set-foreground-color' RET 'white' RET
> and
>       M-x 'set-background-color' RET 'black' RET
> 
> What should I do to keep this settings (sorry, question-mark not avaiable)
> 
> In xemacs there is an explicit Save Options in some menu, but I
> could not find something similar in emacs

I think this'll do what you're looking for:

in ~/.emacs:

(set-face-foreground `default "white")
(set-face-background `default "black")

I know this works in both Xemacs and Emacs21 - not sure about Emacs19
or Emacs20.

-b3

-- 
Brent Bourgoine                                            b3@b4k4.net
----------------------------------------------------------------------
Geek Code Version: 3.1
G d- s+:+ a- C++++$ UBL+++$>++++ P+$>+++ L++$>++++ E$>++ W+++$ N++ o?
K w--- O M- !V PS+++ PE Y+ PGP++ t+ 5++ X+ R(++) tv(+) b+++ DI++++ D++
G e h r++(+++) y?(+++)
----------------------------------------------------------------------



reply via email to

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