How do I change the scratch message in Emacs?

后端 未结 3 2037
广开言路
广开言路 2021-01-31 14:56

The scratch message always says:

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


        
3条回答
  •  温柔的废话
    2021-01-31 15:33

    You can turn off the initial splash screen with

    (setq inhibit-startup-message t)
    

    this appears to also remove the initial message in the scratch buffer.

提交回复
热议问题