Saya ingin menyembunyikan layar selamat datang.
.emacs
File saya :
(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
Saya telah mencoba menjalankan baris kode terakhir di .emacs saya tidak berhasil.
Bagaimana cara menyembunyikan layar selamat datang di Emacs?