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

View File

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