Hide mode-line during startup

Produces the appearance of a smoother start-up, with fewer UI elements
transforming as it reads the config.
This commit is contained in:
Henrik Lissner 2017-06-16 02:31:37 +02:00
parent 9ccffc718e
commit 6d39c323c5
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -130,6 +130,9 @@ mode is detected.")
;; Bootstrap
;;
;; smoother startup when mode-line is invisible
(setq mode-line-format nil)
;; Prompts the user for confirmation when deleting a non-empty frame
(define-key global-map [remap delete-frame] #'doom/delete-frame)