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 with C-x C-f, ;; then enter the text in that file's own buffer.
How do I remove this and make the blank scratch message the default?
At startup, the *scratch* buffer contains a short message, in the form of a Lisp comment, that explains what it is for. This message is controlled by the variable initial-scratch-message , which should be either a documentation string, or nil (which means to suppress the message).
You can customize this variable 'initial-scratch-message
to be whatever message you want.
(setq initial-scratch-message "")
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With