当前位置:  开发笔记 > 编程语言 > 正文

如何更改Emacs中的暂存消息?

如何解决《如何更改Emacs中的暂存消息?》经验,为你挑选了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.

如何删除此项并将空白临时消息设为默认值?



1> Trey Jackson..:

您可以将此变量自定义'initial-scratch-message为您想要的任何消息.

(setq initial-scratch-message "")



2> Ashutosh Meh..:

对于Emacs 23,您可以这样做:

(setq initial-scratch-message nil)

从文档中:"初始消息在启动时显示在暂存缓冲区中.如果这是nil,则不会显示任何消息."

推荐阅读
女女的家_747
这个屌丝很懒,什么也没留下!
DevBox开发工具箱 | 专业的在线开发工具网站    京公网安备 11010802040832号  |  京ICP备19059560号-6
Copyright © 1998 - 2020 DevBox.CN. All Rights Reserved devBox.cn 开发工具箱 版权所有