mirror of
https://github.com/correl/doom-modeline.git
synced 2024-11-23 19:19:50 +00:00
Display file icons by default.
This commit is contained in:
parent
229366ffe5
commit
2b5a3b103e
2 changed files with 2 additions and 2 deletions
|
@ -89,7 +89,7 @@ Recommand to use [doom-themes](https://github.com/hlissner/emacs-doom-themes);
|
|||
(setq doom-modeline-icon t)
|
||||
|
||||
;; Whether show the icon for major mode. It should respect `doom-modeline-icon'.
|
||||
(setq doom-modeline-major-mode-icon nil)
|
||||
(setq doom-modeline-major-mode-icon t)
|
||||
|
||||
;; Don’t compact font caches during GC.
|
||||
;; If you are expereicing the laggy issue especially on Windows, please set to
|
||||
|
|
|
@ -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 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