mirror of
https://github.com/correl/doom-modeline.git
synced 2024-11-23 19:19:50 +00:00
Update comments.
This commit is contained in:
parent
0feb1c1499
commit
9e5b048f1f
2 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@
|
|||
;;
|
||||
;;; Commentary:
|
||||
;;
|
||||
;; Parse programming environment version.
|
||||
;; Parse programming environment.
|
||||
;;
|
||||
|
||||
;;; Code:
|
||||
|
|
|
@ -163,7 +163,7 @@ If DEFAULT is non-nil, set the default mode-line for all buffers."
|
|||
(if doom-modeline-mode
|
||||
(progn
|
||||
(doom-modeline-refresh-bars) ; create bars
|
||||
(doom-modeline-set-main-modeline t) ; set default mode-line.
|
||||
(doom-modeline-set-main-modeline t) ; set default mode-line
|
||||
(unless after-init-time
|
||||
;; These buffers are already created and don't get modelines. For the love
|
||||
;; of Emacs, someone give the man a modeline!
|
||||
|
|
Loading…
Reference in a new issue