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:
parent
9ccffc718e
commit
6d39c323c5
1 changed files with 3 additions and 0 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue