Update comments.

This commit is contained in:
Vincent Zhang 2019-01-27 18:30:25 +08:00
parent 0feb1c1499
commit 9e5b048f1f
2 changed files with 2 additions and 2 deletions

View file

@ -22,7 +22,7 @@
;; ;;
;;; Commentary: ;;; Commentary:
;; ;;
;; Parse programming environment version. ;; Parse programming environment.
;; ;;
;;; Code: ;;; Code:

View file

@ -163,7 +163,7 @@ If DEFAULT is non-nil, set the default mode-line for all buffers."
(if doom-modeline-mode (if doom-modeline-mode
(progn (progn
(doom-modeline-refresh-bars) ; create bars (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 (unless after-init-time
;; These buffers are already created and don't get modelines. For the love ;; These buffers are already created and don't get modelines. For the love
;; of Emacs, someone give the man a modeline! ;; of Emacs, someone give the man a modeline!