分页: 1 / 1

问emacs下的两个问题

发表于 : 2007-12-06 23:30
vliqi
1.
启动的时候如何不显示那个帮助界面,有时候用右键打开一个文件也出来,还要单击一下。

2.总会显示这段话,我想要一个干净空白的界面
;; This buffer is for notes you don't want to save, and for Lisp evaluation.
;; If you want to create a file, visit that file with C-x C-f,
;; then enter the text in that file's own buffer.


我刚入门,多指教。谢谢!

发表于 : 2007-12-11 16:20
郑尧
把下面的贴到 .emacs 文件里
(setq inhibit-startup-message t)

发表于 : 2007-12-13 22:05
vliqi
谢谢!