A slightly more efficient unstyled-mode-line fix
This commit is contained in:
parent
e0f6fde7c1
commit
bd443322a2
1 changed files with 2 additions and 2 deletions
|
@ -37,8 +37,8 @@ shorter major mode name in the mode-line. See `doom|set-mode-name'.")
|
|||
with `doom//reload-theme').")
|
||||
|
||||
;; Prevents the unstyled mode-line flash at startup
|
||||
(with-current-buffer (switch-to-buffer "*scratch*")
|
||||
(setq mode-line-format nil))
|
||||
(set-buffer "*scratch*")
|
||||
(setq mode-line-format nil)
|
||||
|
||||
(setq-default
|
||||
bidi-display-reordering nil ; disable bidirectional text for tiny performance boost
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue