A slightly more efficient unstyled-mode-line fix

This commit is contained in:
Henrik Lissner 2018-01-29 19:34:06 -05:00
parent e0f6fde7c1
commit bd443322a2
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -37,8 +37,8 @@ shorter major mode name in the mode-line. See `doom|set-mode-name'.")
with `doom//reload-theme').") with `doom//reload-theme').")
;; Prevents the unstyled mode-line flash at startup ;; Prevents the unstyled mode-line flash at startup
(with-current-buffer (switch-to-buffer "*scratch*") (set-buffer "*scratch*")
(setq mode-line-format nil)) (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