Truly prevent unstyled mode-line flash at startup

This commit is contained in:
Henrik Lissner 2018-01-29 17:06:20 -05:00
parent 3a31949483
commit 735d129f92
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
2 changed files with 4 additions and 2 deletions

View file

@ -116,8 +116,7 @@ melodramatic ex-vimmer disappointed with the text-editor status quo."
inhibit-startup-echo-area-message user-login-name
inhibit-default-init t
initial-major-mode 'fundamental-mode
initial-scratch-message nil
mode-line-format nil))
initial-scratch-message nil))
;; Custom init hooks; clearer than `after-init-hook', `emacs-startup-hook', and
;; `window-setup-hook'.