Karşılama ekranını gizlemek istiyorum.
Benim .emacsdosyam:
(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
.Emac'lerimdeki son kod satırını başarısız bir şekilde çalıştırmayı denedim.
Emacs'ta karşılama ekranını nasıl gizleyebilirsiniz?