Changing Emacs Greetings / Screens

I realized that he was asked with some strange headers on Stackoverflow. I canโ€™t delete this message because it already has an answer. If you are interested in the following:

The original subject: I understand that you can remove the Emacs splash screen! (" Unable to hide the welcome screen in Emacs "). How can I change this welcome screen using my welcome screen?

+4
source share
1 answer

I believe that you can use source buffer selection as described here:

http://www.gnu.org/software/emacs/manual/html_node/elisp/Startup-Summary.html

Custom option: select source buffer

If non-nil, this variable is a string that indicates the file or directory for Emacs to be displayed after launch, instead of launch.

+6
source

All Articles