禁用第二条自动 Emacs 唠叨消息?

禁用第二条自动 Emacs 唠叨消息?

我在香蕉专业版.我基本上遵循最小 emacs24 安装。这是我第一次从源代码配置和构建 Emacs,所有 X、声音、鼠标和图像都被删除了。这样做是为了释放资源(令人惊讶的是,Emacs 中存在多少不需要的垃圾emacs-nox)。

我通过设置来消除第一个 Emacs 困扰(setq inhibit-startup-message t).emacs无法隐藏 Emacs 中的欢迎屏幕。但是,它没有杀死第二个烦人的东西,我不知道如何禁用它:

;; 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.

ID真的希望 Emacs 能停止唠叨我并允许我继续工作。

我如何禁用第二个 Emacs 唠叨消息?

相关内容