On Sat, Jan 22, 2000 at 02:28:06PM +0000, Big Gaute wrote: > > I've decided that I like my emacs to have nice green letters on dark > background. To this end, I looked in the emacs manual and created a > file ~/.Xdefaults with the following incantations: > > emacs.background: Black > emacs.foreground: LimeGreen >
Put this line in /etc/bash.bashrc: alias emacs="emacs -bg Black -fg LimeGreen -cr LimeGreen" Not elegant, but it works. -- Thank you, Joe Bouchard Powered by Debian GNU/Linux (Slink)

