mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-16 15:56:52 -05:00
Unset mode-line-format sooner in startup process
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user