From 893bb6b3f754a4b6222a62131c65ac6008a0d455 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Tue, 30 Jan 2018 21:25:29 -0500 Subject: [PATCH] Revert unstyled mode-line flash prevention (unreliable) --- core/core-ui.el | 4 ---- 1 file changed, 4 deletions(-) diff --git a/core/core-ui.el b/core/core-ui.el index b662aa220..269765f83 100644 --- a/core/core-ui.el +++ b/core/core-ui.el @@ -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 with `doom//reload-theme').") -;; Prevents the unstyled mode-line flash at startup -(set-buffer "*scratch*") -(setq mode-line-format nil) - (setq-default bidi-display-reordering nil ; disable bidirectional text for tiny performance boost blink-matching-paren nil ; don't blink--too distracting