Chinaunix首页 | 论坛 | 博客
  • 博客访问: 2877406
  • 博文数量: 471
  • 博客积分: 10012
  • 博客等级: 上将
  • 技术积分: 5255
  • 用 户 组: 普通用户
  • 注册时间: 2006-04-10 23:58
文章分类

全部博文(471)

文章存档

2011年(3)

2010年(61)

2009年(52)

2008年(212)

2007年(69)

2006年(74)

我的朋友

分类: LINUX

2007-07-10 08:14:04

Am 08.07.2007 um 04:47 schrieb Charles Goodrich:

> I am used to black letters on a white background,

On Linux you can use X Resources (look into the GNU Emacs manual,
i.e. C-h i m Emacs and then search for the "Command Line Options and
Arguments" node), which are organised in files like ~/.Xdefaults or
~/.Xresources (depends on the actual code in ~/.xinit or similiar
files (~/.xstart?) which set up the X11 environment). ~/.Xdefaults
or ~/.Xresources can #include other files with set X application
defaults. A lot "templates" exist in directories like /usr/X11R6/lib/
X11/app-defaults or /usr/X11R7/share/X11/app-defaults.

In the free-form or Lisp section of ~/.emacs you can use for example:

(setq initial-frame-alist '(
(mouse-color . "midnightblue")
(foreground-color . "grey20")
(background-color . "alice blue")
(internal-border-width . 2)
(line-spacing . 1)
(active-alpha . 0.875)
(inactive-alpha . 0.75)
(font . "-*-*-medium-r-normal--10-*-*-*-*-*-fontset-
hiraginomin")
(top . 25) (left . 650) (width . 91) (height . 50)))
(setq default-frame-alist '(
(border-color . "#4e3831")
(foreground-color . "grey10")
(background-color . "ghost white")
(vertical-scroll-bars . left)
(cursor-color . "purple")
(cursor-type . box)
(active-alpha . 0.75)
(inactive-alpha . 0.875)
(font . "-*-*-medium-r-normal--9-*-*-*-*-*-fontset-
hiraginokaku")
(top . 50) (left . 150) (width . 89) (height . 56)))


阅读(3560) | 评论(0) | 转发(0) |
0

上一篇:IRC扫盲

下一篇:gnus-faq(王宇春译)

给主人留下些什么吧!~~