Chcę ukryć ekran powitalny.
Mój .emacs
plik:
(setq c-basic-offset 4) ; indents 4 chars
(setq tab-width 4) ; and 4 char wide for TAB
(setq indent-tabs-mode nil) ; And force use of spaces
(turn-on-font-lock) ; same as syntax on in Vim
(setq width (max width (+ (length str) 1))) ;line numbers
(setq inhibit-splash-screen t) ; hide welcome screen
Próbowałem uruchomić ostatnią linię kodu w moim .emacs bez powodzenia.
Jak możesz ukryć ekran powitalny w Emacsie?