mirror of
https://github.com/correl/doom-modeline.git
synced 2024-11-23 19:19:50 +00:00
Enable major mode icons by default.
Already addressed the performance issue. Should ensure `all-the-icons` is installed correctly.
This commit is contained in:
parent
8e02bf5f58
commit
94b1aa2629
1 changed files with 1 additions and 1 deletions
|
@ -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'.")
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue