Revert unstyled mode-line flash prevention (unreliable)

This commit is contained in:
Henrik Lissner 2018-01-30 21:25:29 -05:00
parent 26d1dd7991
commit 893bb6b3f7
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -36,10 +36,6 @@ shorter major mode name in the mode-line. See `doom|set-mode-name'.")
"List of hooks to run when the theme (and font) is initialized (or reloaded "List of hooks to run when the theme (and font) is initialized (or reloaded
with `doom//reload-theme').") with `doom//reload-theme').")
;; Prevents the unstyled mode-line flash at startup
(set-buffer "*scratch*")
(setq mode-line-format nil)
(setq-default (setq-default
bidi-display-reordering nil ; disable bidirectional text for tiny performance boost bidi-display-reordering nil ; disable bidirectional text for tiny performance boost
blink-matching-paren nil ; don't blink--too distracting blink-matching-paren nil ; don't blink--too distracting