Disable major-mode icons by default due to incorrect icons.

This commit is contained in:
Vincent Zhang 2018-11-25 00:56:48 +08:00
parent d4973e2bc6
commit f244142693

View file

@ -96,7 +96,7 @@ Given ~/Projects/FOSS/emacs/lisp/comint.el
"Whether show `all-the-icons' or not (if nil nothing will be showed).
The icons may not be showed correctly on Windows. Disable to make it work.")
(defvar doom-modeline-major-mode-icon t
(defvar doom-modeline-major-mode-icon nil
"Whether show the icon for major mode. It should respect `doom-modeline-icon'.")