시작 화면을 숨기고 싶습니다.
내 .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에서 시작 화면을 숨기려면 어떻게해야합니까?