mirror of
https://github.com/vale981/doom-modeline
synced 2025-03-05 17:31:37 -05: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).
|
||||
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'.")
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue