ようこそ画面を非表示にしたい。
私の.emacs
ファイル:
(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
.emacsの最後のコード行を実行しようとして失敗しました。
Emacsでようこそ画面を非表示にするにはどうすればよいですか?