emacs 必须同时打开两个窗口吗?

Vim、Emacs配置和使用
回复
wanderhao
帖子: 9
注册时间: 2008-10-27 19:54

emacs 必须同时打开两个窗口吗?

#1

帖子 wanderhao » 2012-03-03 21:33

我使用命令打开文件的时候,比如emacs a.c,emacs会同时打开两个窗口,上侧的窗口为a.c的内容,下侧的窗口为emacs的版权页,比如版本是多少之类的,每次都得按 c-x 1来把下侧的窗口给删除掉,太麻烦了,请问有没有什么设置可以让在这种情况下,不打开版权页啊。
头像
Fermat618
帖子: 728
注册时间: 2008-12-28 16:01

Re: emacs 必须同时打开两个窗口吗?

#2

帖子 Fermat618 » 2012-03-03 21:45

代码: 全选

google emacs startup screen
立即就可以找到关掉的方法
爱因斯坦会弹钢琴
爱因斯坦会拉小提琴
爱因斯坦会骑自行车
头像
xw_y_am
帖子: 3333
注册时间: 2009-05-08 14:18
系统: Arch
来自: 河南新乡
联系:

Re: emacs 必须同时打开两个窗口吗?

#3

帖子 xw_y_am » 2012-03-03 23:10

Ctrl + X 1
Linux 相关链接大杂烩

代码: 全选

if(read) {
    if(practise) return g☘☘d;
    else return w☘☘d;
} else {
    return t☘☘d;
}
otaku.baili
帖子: 243
注册时间: 2010-09-30 21:54

Re: emacs 必须同时打开两个窗口吗?

#4

帖子 otaku.baili » 2012-03-03 23:51

把下面这句扔$HOME/.emacs里面
(setq inhibit-startup-message t)
回复