2

Whenever I use emacs/w32, I get the following message.

What's annoying is that I click the 'Never show it again', all the times, but it doesn't work.

enter image description here

Is there any way not to show the welcome message?

Gareth
  • 19,080
prosseek
  • 6,054

1 Answers1

3

In the .emacs file, add the following line:

(setq inhibit-splash-screen t)

where this file is located in Windows depends on several things. I recommend you look into this answer/question on stackoverflow: https://stackoverflow.com/questions/189490/where-can-i-find-my-emacs-file-for-emacs-running-on-windows/189509#189509

Pylsa
  • 31,383