mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-18 16:06:56 -05:00
Only hide mode-line in doom-buffer on startup
This commit is contained in:
@@ -27,7 +27,8 @@
|
||||
|
||||
(defun doom-mode-startup ()
|
||||
(doom-mode-init)
|
||||
(setq mode-line-format nil))
|
||||
(with-current-buffer doom-buffer
|
||||
(setq mode-line-format nil)))
|
||||
|
||||
(defun doom-mode-erase-on-insert ()
|
||||
(erase-buffer)
|
||||
|
Reference in New Issue
Block a user