Enable major mode icons by default.

Already addressed the performance issue.
Should ensure `all-the-icons` is installed correctly.
This commit is contained in:
Vincent Zhang 2018-11-26 23:53:31 +08:00
parent 8e02bf5f58
commit 94b1aa2629

View file

@ -98,7 +98,7 @@ Given ~/Projects/FOSS/emacs/lisp/comint.el
Non-nil to show the icons in mode-line.
The icons may not be showed correctly in terminal and on Windows.")
(defvar doom-modeline-major-mode-icon nil
(defvar doom-modeline-major-mode-icon t
"Whether show the icon for major mode. It should respect `doom-modeline-icon'.")