Only hide mode-line in doom-buffer on startup

This commit is contained in:
Henrik Lissner 2016-05-26 05:23:42 -04:00
parent 2eb9234e6e
commit 7963c48600

View File

@ -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)