Emacs run default logo window when opening a new file
when开发者_Python百科 I type emacs new.c
it opens up the default emacs logo instead of the empty new file. I have to press enter or right click to get to the new file. How do I always start from the new file?
You should try (setq inhibit-startup-screen t)
in your config
Whats your platform? What settings you have?
www.emacswiki.org/emacs/MsWindowsCustomize
This might help.
精彩评论