Unset mode-line-format sooner in startup process

This commit is contained in:
Henrik Lissner 2017-06-24 02:06:52 +02:00
parent 5f141a82ab
commit e75bc10baa
2 changed files with 3 additions and 4 deletions

View file

@ -130,8 +130,6 @@ 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)