j****e 发帖数: 508 | 1 请教大侠们,在emacs中怎样把其它颜色而不是白色设置为background
color的default.Forground color 也有相同的问题。
先行谢过! |
f********h 发帖数: 149 | 2 in your .emacs file. add the following:
(set-foreground-color "the_color_you_like")
(set-background-color "the_color_you_like")
【在 j****e 的大作中提到】 : 请教大侠们,在emacs中怎样把其它颜色而不是白色设置为background : color的default.Forground color 也有相同的问题。 : 先行谢过!
|
j****e 发帖数: 508 | 3 你说的先使用emacs打开文件,然后edit----->Text properties----->background color
吗?这样只能每次都次打开一个文件都要重新设置呀。
【在 f********h 的大作中提到】 : in your .emacs file. add the following: : (set-foreground-color "the_color_you_like") : (set-background-color "the_color_you_like")
|
a***n 发帖数: 5665 | 4 ft.
【在 j****e 的大作中提到】 : 你说的先使用emacs打开文件,然后edit----->Text properties----->background color : 吗?这样只能每次都次打开一个文件都要重新设置呀。
|
f********h 发帖数: 149 | 5 there should be a file called ".emacs" under your home directory(if not,create
it first), then add these lines into it.
【在 j****e 的大作中提到】 : 你说的先使用emacs打开文件,然后edit----->Text properties----->background color : 吗?这样只能每次都次打开一个文件都要重新设置呀。
|
j****e 发帖数: 508 | 6 Thanks, fryingfish, I got it. Good luck to you!
not,create
color
【在 f********h 的大作中提到】 : there should be a file called ".emacs" under your home directory(if not,create : it first), then add these lines into it.
|