启动emacs时的窗口大小

在HOME下新建.Xdefualt

添加

Emacs.geometry: 80x36+50+74

80x36代表 大小

50+70代表位置

保存之后重启

终端中输入

xrdb ~/.Xdefault

生效

另一种方法

在~/.emacs中添加:

(setq default-frame-alist'((height . 30) (width .40) (menu-bar-lines . 20) (tool-bar-lines . 0)))

posted on 2011-04-11 09:40  samael  阅读(398)  评论(0)    收藏  举报

导航