分页: 1 / 1

emacs23怎么去掉启动时的那断文字:;;this buffer is for notes you don't……?

发表于 : 2009-10-26 18:30
kenritchie
我已经在.emacs文件里加入了以下内容:
(setq inhibit-startup-message t)
但是这只去掉了启动时的画面,而那断文字;;this buffer is for notes you don't……还在。
怎么去掉那断文字呢?

Re: emacs23怎么去掉启动时的那断文字:;;this buffer is for notes you don't……?

发表于 : 2009-10-31 20:46
cut
emacs在启动界面有一个Customize Startup,点击进去可以设置一些变量。

其中一个是Initial Scratch Message,点击它右边的Value Menu,选择none。还有一个是Inhibit Default Init,点击toggle设置为on
图片
然后点击Save for future sessions,在上方,然后exit退出。会自动更改.emacs。
图片