Tip: Set Background Color
Question: How do you set on start-up the background color with XEmacs? . . .
Answer: You'll need to edit your ~/.xemacs/custom.el file. Add the following line.
(set-face-background 'default "white") ; frame background
= This will set it globally. You won't be able to override via a command line switch. You can find your X11 colors in this post.
Platform: Linux
Level: Amateur
GlR


0 Comments:
Post a Comment
<< Home