mirror of
https://github.com/correl/doom-modeline.git
synced 2024-11-24 03:00:10 +00:00
Disable major-mode icons by default due to incorrect icons.
This commit is contained in:
parent
d4973e2bc6
commit
f244142693
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ Given ~/Projects/FOSS/emacs/lisp/comint.el
|
||||||
"Whether show `all-the-icons' or not (if nil nothing will be showed).
|
"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.")
|
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'.")
|
"Whether show the icon for major mode. It should respect `doom-modeline-icon'.")
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue