Disable 2nd automatic Emacs nag message?

0

I built and installed Emacs 24.5 on a Banana Pro. I basically followed Minimal emacs24 installation. It was my first time configuring and building Emacs from sources, and all the X, sound, mouse and image stuff was removed. It was done to free resources (its amazing how much uneeded junk is present in emacs-nox).

I dismissed the first Emacs nag by setting (setq inhibit-startup-message t) in .emacs from Unable to hide welcome screen in Emacs. However, it did not kill the second nag and I can't figure out how to disable it:

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

I'd really like Emacs to stop nagging me and allow me to get on to working.

How do I disable the second Emacs nag message?

jww

Posted 2016-01-20T04:23:48.773

Reputation: 1

1How do I change the scratch message in Emacs?: http://stackoverflow.com/q/1498258/2112489 – lawlist – 2016-01-21T01:53:40.577

Thanks @lawlist. We can't close it as a dupe from another site, so you might as well answer and get the points. As far as I know, Super User does not have the question and its on-topic for Super User.

– jww – 2016-01-21T02:26:23.547

No answers